diff options
Diffstat (limited to 'js/Linear/INTEGRAL.js')
-rw-r--r-- | js/Linear/INTEGRAL.js | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |