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