summaryrefslogtreecommitdiff
path: root/js/Branching/M_SWITCH.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Branching/M_SWITCH.js')
-rw-r--r--js/Branching/M_SWITCH.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/Branching/M_SWITCH.js b/js/Branching/M_SWITCH.js
index c3647993..d314dc2e 100644
--- a/js/Branching/M_SWITCH.js
+++ b/js/Branching/M_SWITCH.js
@@ -34,7 +34,6 @@ function M_SWITCH() {
this.nin = parseFloat(arguments[0]["nin"]);
this.base = parseFloat(arguments[0]["base"]);
this.rule = arguments[0]["rule"];
- this.exprs = arguments[0]["exprs"];
if (!ok) {
break;
}