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