From 0a3a3de53938dfdc83cca1b18c792ec576d3c8f4 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Wed, 18 Jul 2018 11:59:12 +0530 Subject: remove exprs from list --- js/MatrixOp/MATDIV.js | 1 - 1 file changed, 1 deletion(-) (limited to 'js/MatrixOp/MATDIV.js') diff --git a/js/MatrixOp/MATDIV.js b/js/MatrixOp/MATDIV.js index 5122e3b0..d5d8d2f7 100644 --- a/js/MatrixOp/MATDIV.js +++ b/js/MatrixOp/MATDIV.js @@ -42,7 +42,6 @@ function MATDIV() { while (true) { var ok = true; this.typ = inverse(arguments[0]["typ"]); - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } -- cgit