summaryrefslogtreecommitdiff
path: root/js/Electrical/SineVoltage.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Electrical/SineVoltage.js')
-rw-r--r--js/Electrical/SineVoltage.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Electrical/SineVoltage.js b/js/Electrical/SineVoltage.js
index ce87c9ae..ecfed966 100644
--- a/js/Electrical/SineVoltage.js
+++ b/js/Electrical/SineVoltage.js
@@ -60,4 +60,8 @@ function SineVoltage() {
}
return new BasicBlock(this.x);
}
+ SineVoltage.prototype.get_popup_title = function SineVoltage() {
+ var set_param_popup_title = "Set voltage source parameter";
+ return set_param_popup_title;
+ }
}