diff options
Diffstat (limited to 'js/Sources/PULSE_SC.js')
-rw-r--r-- | js/Sources/PULSE_SC.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/js/Sources/PULSE_SC.js b/js/Sources/PULSE_SC.js index e6976819..2ad17f19 100644 --- a/js/Sources/PULSE_SC.js +++ b/js/Sources/PULSE_SC.js @@ -49,7 +49,10 @@ function PULSE_SC() { return this.x; } PULSE_SC.prototype.get = function PULSE_SC() { - alert("parameters cannot be modified"); + var options = { + scicos_context.E:[Bitems,scicos_context.E], + } + return options; } PULSE_SC.prototype.set = function PULSE_SC() { var y = this.needcompile; |