diff options
Diffstat (limited to 'js/Sources/IN_f.js')
-rw-r--r-- | js/Sources/IN_f.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Sources/IN_f.js b/js/Sources/IN_f.js index 8d44dd82..8a5ecbf0 100644 --- a/js/Sources/IN_f.js +++ b/js/Sources/IN_f.js @@ -70,4 +70,5 @@ function IN_f() { IN_f.prototype.get_popup_title = function IN_f() { return; } + IN_f.prototype.getContainer = function IN_f() { return new ExplicitInBlock(this.x); } } |