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