diff options
Diffstat (limited to 'js/IntegerOp/DLATCH.js')
-rw-r--r-- | js/IntegerOp/DLATCH.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/IntegerOp/DLATCH.js b/js/IntegerOp/DLATCH.js index 3db5ca98..298fd58d 100644 --- a/js/IntegerOp/DLATCH.js +++ b/js/IntegerOp/DLATCH.js @@ -49,4 +49,5 @@ function DLATCH() { DLATCH.prototype.get_popup_title = function DLATCH() { return; } + DLATCH.prototype.getContainer = function DLATCH() { return new BasicBlock(this.x); } } |