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