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