diff options
Diffstat (limited to 'js/Electrical/Inductor.js')
-rw-r--r-- | js/Electrical/Inductor.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/js/Electrical/Inductor.js b/js/Electrical/Inductor.js index 321f3f18..0e497d10 100644 --- a/js/Electrical/Inductor.js +++ b/js/Electrical/Inductor.js @@ -26,7 +26,10 @@ function Inductor() { return this.x; } Inductor.prototype.get = function Inductor() { - alert("parameters cannot be modified"); + var options = { + L:["L (H)",this.L], + } + return options; } Inductor.prototype.set = function Inductor() { this.exprs = this.graphics.exprs; |