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