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