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