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