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