summaryrefslogtreecommitdiff
path: root/js/IntegerOp/LOGIC.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/IntegerOp/LOGIC.js')
-rw-r--r--js/IntegerOp/LOGIC.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/IntegerOp/LOGIC.js b/js/IntegerOp/LOGIC.js
index eaba81ed..c891ef19 100644
--- a/js/IntegerOp/LOGIC.js
+++ b/js/IntegerOp/LOGIC.js
@@ -73,4 +73,8 @@ function LOGIC() {
}
return new BasicBlock(this.x);
}
+ LOGIC.prototype.get_popup_title = function LOGIC() {
+ var set_param_popup_title = msprintf("Set %s block parameters","LOGIC");
+ return set_param_popup_title;
+ }
}