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