diff options
Diffstat (limited to 'js/Events/ANDLOG_f.js')
-rw-r--r-- | js/Events/ANDLOG_f.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/js/Events/ANDLOG_f.js b/js/Events/ANDLOG_f.js index 127795ca..b6d6671f 100644 --- a/js/Events/ANDLOG_f.js +++ b/js/Events/ANDLOG_f.js @@ -16,9 +16,7 @@ function ANDLOG_f() { return this.x; } ANDLOG_f.prototype.get = function ANDLOG_f() { - var options = { - } - return options; + alert("parameters cannot be modified"); } ANDLOG_f.prototype.set = function ANDLOG_f() { return new BasicBlock(this.x); |