summaryrefslogtreecommitdiff
path: root/js/Branching/MUX.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Branching/MUX.js')
-rw-r--r--js/Branching/MUX.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/js/Branching/MUX.js b/js/Branching/MUX.js
index 2c672a94..d6707e7b 100644
--- a/js/Branching/MUX.js
+++ b/js/Branching/MUX.js
@@ -18,9 +18,7 @@ function MUX() {
return this.x;
}
MUX.prototype.get = function MUX() {
- var options = {
- }
- return options;
+ alert("parameters cannot be modified");
}
MUX.prototype.set = function MUX() {
this.exprs = this.graphics.exprs;