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