diff options
Diffstat (limited to 'js/IntegerOp/DLATCH.js')
-rw-r--r-- | js/IntegerOp/DLATCH.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/IntegerOp/DLATCH.js b/js/IntegerOp/DLATCH.js index b089a1c4..10a1b68a 100644 --- a/js/IntegerOp/DLATCH.js +++ b/js/IntegerOp/DLATCH.js @@ -46,4 +46,8 @@ function DLATCH() { DLATCH.prototype.set = function DLATCH() { return new BasicBlock(this.x); } + DLATCH.prototype.get_popup_title = function DLATCH() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } |