diff --git a/src/core/display/Container.js b/src/core/display/Container.js index 238b544..3bb4a50 100644 --- a/src/core/display/Container.js +++ b/src/core/display/Container.js @@ -449,8 +449,6 @@ return this._bounds; }; -Container.prototype.getBounds - /** * Retrieves the non-global local bounds of the Container as a rectangle. * The calculation takes all visible children into consideration.