diff options
Diffstat (limited to 'js/Electrical/Inductor.js')
-rw-r--r-- | js/Electrical/Inductor.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Electrical/Inductor.js b/js/Electrical/Inductor.js index f2690705..06af6722 100644 --- a/js/Electrical/Inductor.js +++ b/js/Electrical/Inductor.js @@ -48,4 +48,8 @@ function Inductor() { } return new BasicBlock(this.x); } + Inductor.prototype.get_popup_title = function Inductor() { + var set_param_popup_title = "Set Inductor block parameter"; + return set_param_popup_title; + } } |