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