summaryrefslogtreecommitdiff
path: root/js/Misc/RELATIONALOP.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Misc/RELATIONALOP.js')
-rw-r--r--js/Misc/RELATIONALOP.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Misc/RELATIONALOP.js b/js/Misc/RELATIONALOP.js
index a291f63d..ee0d868c 100644
--- a/js/Misc/RELATIONALOP.js
+++ b/js/Misc/RELATIONALOP.js
@@ -37,6 +37,7 @@ function RELATIONALOP() {
this.rule = parseFloat(arguments[0]["rule"]);
this.zcr = parseFloat(arguments[0]["zcr"]);
this.Datatype = arguments[0]["Datatype"];
+ var exprs = [arguments[0]["rule"], arguments[0]["zcr"], arguments[0]["Datatype"]];
if (!ok) {
break;
}