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