diff options
Diffstat (limited to 'js/Electrical/MOTOR.js')
-rw-r--r-- | js/Electrical/MOTOR.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Electrical/MOTOR.js b/js/Electrical/MOTOR.js index 3aa96510..85fea4fa 100644 --- a/js/Electrical/MOTOR.js +++ b/js/Electrical/MOTOR.js @@ -23,4 +23,8 @@ function MOTOR() { MOTOR.prototype.set = function MOTOR() { return new BasicBlock(this.x); } + MOTOR.prototype.get_popup_title = function MOTOR() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } |