diff options
Diffstat (limited to 'js/Electrical/OpAmp.js')
-rw-r--r-- | js/Electrical/OpAmp.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/Electrical/OpAmp.js b/js/Electrical/OpAmp.js index ac58c8d0..ef4c0809 100644 --- a/js/Electrical/OpAmp.js +++ b/js/Electrical/OpAmp.js @@ -41,7 +41,6 @@ function OpAmp() { this.OLGain = arguments[0]["OLGain"]; this.SatH = arguments[0]["SatH"]; this.SatL = arguments[0]["SatL"]; - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } |