diff options
Diffstat (limited to 'js/Threshold/NEGTOPOS_f.js')
-rw-r--r-- | js/Threshold/NEGTOPOS_f.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Threshold/NEGTOPOS_f.js b/js/Threshold/NEGTOPOS_f.js index 797c7acb..99d3c821 100644 --- a/js/Threshold/NEGTOPOS_f.js +++ b/js/Threshold/NEGTOPOS_f.js @@ -27,4 +27,5 @@ function NEGTOPOS_f() { NEGTOPOS_f.prototype.get_popup_title = function NEGTOPOS_f() { return; } + NEGTOPOS_f.prototype.getContainer = function NEGTOPOS_f() { return new BasicBlock(this.x); } } |