diff options
Diffstat (limited to 'js/Electrical/MOTOR.js')
-rw-r--r-- | js/Electrical/MOTOR.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/Electrical/MOTOR.js b/js/Electrical/MOTOR.js index 85fea4fa..7c834816 100644 --- a/js/Electrical/MOTOR.js +++ b/js/Electrical/MOTOR.js @@ -24,7 +24,6 @@ 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; + return; } } |