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