diff options
Diffstat (limited to 'js/Electrical/Inductor.js')
-rw-r--r-- | js/Electrical/Inductor.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Electrical/Inductor.js b/js/Electrical/Inductor.js index 98ca66a8..f7452810 100644 --- a/js/Electrical/Inductor.js +++ b/js/Electrical/Inductor.js @@ -31,7 +31,7 @@ function Inductor() { return options; } Inductor.prototype.set = function Inductor() { - this.L = parseFloat((arguments[0]["L"])) + this.L = parseFloat(arguments[0]["L"]) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; |