diff options
Diffstat (limited to 'js/Sources/SAWTOOTH_f.js')
-rw-r--r-- | js/Sources/SAWTOOTH_f.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/js/Sources/SAWTOOTH_f.js b/js/Sources/SAWTOOTH_f.js index 7f975daf..3d40a764 100644 --- a/js/Sources/SAWTOOTH_f.js +++ b/js/Sources/SAWTOOTH_f.js @@ -17,9 +17,7 @@ function SAWTOOTH_f() { return this.x; } SAWTOOTH_f.prototype.get = function SAWTOOTH_f() { - var options = { - } - return options; + alert("parameters cannot be modified"); } SAWTOOTH_f.prototype.set = function SAWTOOTH_f() { return new BasicBlock(this.x); |