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