diff options
Diffstat (limited to 'js/IntegerOp/SRFLIPFLOP.js')
-rw-r--r-- | js/IntegerOp/SRFLIPFLOP.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/IntegerOp/SRFLIPFLOP.js b/js/IntegerOp/SRFLIPFLOP.js index 6db198f2..5b694318 100644 --- a/js/IntegerOp/SRFLIPFLOP.js +++ b/js/IntegerOp/SRFLIPFLOP.js @@ -79,4 +79,8 @@ function SRFLIPFLOP() { var typ = newpar; return new BasicBlock(this.x); } + SRFLIPFLOP.prototype.get_popup_title = function SRFLIPFLOP() { + var set_param_popup_title = msprintf("Set %s block parameters","SRFLIPFLOP"); + return set_param_popup_title; + } } |