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