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