summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATTRAN.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/MATTRAN.js')
-rw-r--r--js/MatrixOp/MATTRAN.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/MatrixOp/MATTRAN.js b/js/MatrixOp/MATTRAN.js
index c95b11f3..79d9115c 100644
--- a/js/MatrixOp/MATTRAN.js
+++ b/js/MatrixOp/MATTRAN.js
@@ -32,7 +32,6 @@ function MATTRAN() {
var ok = true;
this.typ = inverse(arguments[0]["typ"]);
this.rule = arguments[0]["rule"];
- this.exprs = arguments[0]["exprs"];
if (!ok) {
break;
}