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