diff options
Diffstat (limited to 'js/Sources/CONST.js')
-rw-r--r-- | js/Sources/CONST.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/Sources/CONST.js b/js/Sources/CONST.js index 6dfc718c..9676863b 100644 --- a/js/Sources/CONST.js +++ b/js/Sources/CONST.js @@ -25,7 +25,6 @@ function CONST() { while (true) { var ok = true; this.C = parseFloat(arguments[0]["C"]); - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } |