diff options
Diffstat (limited to 'js/Electrical/Inductor.js')
-rw-r--r-- | js/Electrical/Inductor.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/Electrical/Inductor.js b/js/Electrical/Inductor.js index 052b27ad..98ca66a8 100644 --- a/js/Electrical/Inductor.js +++ b/js/Electrical/Inductor.js @@ -26,6 +26,9 @@ function Inductor() { return this.x; } Inductor.prototype.get = function Inductor() { + var options = { + } + return options; } Inductor.prototype.set = function Inductor() { this.L = parseFloat((arguments[0]["L"])) |