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/Linear/INTEGRAL.js | 1 - 1 file changed, 1 deletion(-) (limited to 'js/Linear/INTEGRAL.js') diff --git a/js/Linear/INTEGRAL.js b/js/Linear/INTEGRAL.js index 881a01b5..909472d8 100644 --- a/js/Linear/INTEGRAL.js +++ b/js/Linear/INTEGRAL.js @@ -40,7 +40,6 @@ function INTEGRAL() { this.satur = parseFloat(arguments[0]["satur"]); this.maxp = parseFloat(arguments[0]["maxp"]); this.lowp = arguments[0]["lowp"]; - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } -- cgit