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