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