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