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