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