diff options
Diffstat (limited to 'js/Branching/MUX_f.js')
-rw-r--r-- | js/Branching/MUX_f.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/js/Branching/MUX_f.js b/js/Branching/MUX_f.js index 0ef2fc8f..0e9a2f0e 100644 --- a/js/Branching/MUX_f.js +++ b/js/Branching/MUX_f.js @@ -18,9 +18,7 @@ function MUX_f() { return this.x; } MUX_f.prototype.get = function MUX_f() { - var options = { - } - return options; + alert("parameters cannot be modified"); } MUX_f.prototype.set = function MUX_f() { this.exprs = this.graphics.exprs; |