summaryrefslogtreecommitdiff
path: root/js/Electrical/Inductor.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Electrical/Inductor.js')
-rw-r--r--js/Electrical/Inductor.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Electrical/Inductor.js b/js/Electrical/Inductor.js
index 06af6722..02e62b40 100644
--- a/js/Electrical/Inductor.js
+++ b/js/Electrical/Inductor.js
@@ -36,6 +36,7 @@ function Inductor() {
while (true) {
var ok = true;
this.L = parseFloat(arguments[0]["L"]);
+ var exprs = [arguments[0]["L"]];
if (!ok) {
break;
}