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