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