diff options
Diffstat (limited to 'js/Electrical/Inductor.js')
-rw-r--r-- | js/Electrical/Inductor.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/Electrical/Inductor.js b/js/Electrical/Inductor.js index 11100964..321f3f18 100644 --- a/js/Electrical/Inductor.js +++ b/js/Electrical/Inductor.js @@ -33,7 +33,6 @@ function Inductor() { while (true) { var ok = true; this.L = parseFloat(arguments[0]["L"]); - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } |