diff options
Diffstat (limited to 'js/Electrical/Inductor.js')
-rw-r--r-- | js/Electrical/Inductor.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/js/Electrical/Inductor.js b/js/Electrical/Inductor.js index 0e4824fc..11100964 100644 --- a/js/Electrical/Inductor.js +++ b/js/Electrical/Inductor.js @@ -26,9 +26,7 @@ function Inductor() { return this.x; } Inductor.prototype.get = function Inductor() { - var options = { - } - return options; + alert("parameters cannot be modified"); } Inductor.prototype.set = function Inductor() { this.exprs = this.graphics.exprs; |