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