diff options
Diffstat (limited to 'js/Sources/PULSE_SC.js')
-rw-r--r-- | js/Sources/PULSE_SC.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/js/Sources/PULSE_SC.js b/js/Sources/PULSE_SC.js index 6b91077a..27653b01 100644 --- a/js/Sources/PULSE_SC.js +++ b/js/Sources/PULSE_SC.js @@ -49,9 +49,7 @@ function PULSE_SC() { return this.x; } PULSE_SC.prototype.get = function PULSE_SC() { - var options = { - } - return options; + alert("parameters cannot be modified"); } PULSE_SC.prototype.set = function PULSE_SC() { var y = this.needcompile; |