summaryrefslogtreecommitdiff
path: root/js/Misc/SUPER_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Misc/SUPER_f.js')
-rw-r--r--js/Misc/SUPER_f.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Misc/SUPER_f.js b/js/Misc/SUPER_f.js
index 06795b41..6e590b1b 100644
--- a/js/Misc/SUPER_f.js
+++ b/js/Misc/SUPER_f.js
@@ -31,4 +31,8 @@ function SUPER_f() {
SUPER_f.prototype.set = function SUPER_f() {
return new SuperBlock(this.x);
}
+ SUPER_f.prototype.get_popup_title = function SUPER_f() {
+ var set_param_popup_title = "Set parameters";
+ return set_param_popup_title;
+ }
}