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