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