diff options
Diffstat (limited to 'js/Electrical/Gyrator.js')
-rw-r--r-- | js/Electrical/Gyrator.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/Electrical/Gyrator.js b/js/Electrical/Gyrator.js index d3f2a192..28259858 100644 --- a/js/Electrical/Gyrator.js +++ b/js/Electrical/Gyrator.js @@ -66,7 +66,6 @@ function Gyrator() { var ok = true; this.G1 = arguments[0]["G1"]; this.G2 = arguments[0]["G2"]; - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } |