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