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