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