diff options
Diffstat (limited to 'js/Misc/ENDBLK.js')
-rw-r--r-- | js/Misc/ENDBLK.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/js/Misc/ENDBLK.js b/js/Misc/ENDBLK.js index a173fddf..58327da8 100644 --- a/js/Misc/ENDBLK.js +++ b/js/Misc/ENDBLK.js @@ -13,9 +13,7 @@ function ENDBLK() { return this.x; } ENDBLK.prototype.get = function ENDBLK() { - var options = { - } - return options; + alert("parameters cannot be modified"); } ENDBLK.prototype.set = function ENDBLK() { if (typeof(o)=="Block"&&o.gui=="END_c") { |