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