diff options
Diffstat (limited to 'js/Sources/CONST_f.js')
-rw-r--r-- | js/Sources/CONST_f.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/js/Sources/CONST_f.js b/js/Sources/CONST_f.js index c866e463..0ab35b9b 100644 --- a/js/Sources/CONST_f.js +++ b/js/Sources/CONST_f.js @@ -18,9 +18,7 @@ function CONST_f() { return this.x; } CONST_f.prototype.get = function CONST_f() { - var options = { - } - return options; + alert("parameters cannot be modified"); } CONST_f.prototype.set = function CONST_f() { this.exprs = this.graphics.exprs; |