diff options
Diffstat (limited to 'js/Electrical/SineVoltage.js')
-rw-r--r-- | js/Electrical/SineVoltage.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/Electrical/SineVoltage.js b/js/Electrical/SineVoltage.js index b5b287aa..7ea26903 100644 --- a/js/Electrical/SineVoltage.js +++ b/js/Electrical/SineVoltage.js @@ -48,7 +48,6 @@ function SineVoltage() { this.frq = parseFloat(arguments[0]["frq"]); this.offset = parseFloat(arguments[0]["offset"]); this.start = parseFloat(arguments[0]["start"]); - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } |