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