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