11 lines
562 B
JavaScript
11 lines
562 B
JavaScript
shadow$provide.module$node_modules$pixi_DOT_js$lib$scene$container$bounds$getFastGlobalBounds = function(global, require, module, exports) {
|
|
var deprecation = require("module$node_modules$pixi_DOT_js$lib$utils$logging$deprecation");
|
|
"use strict";
|
|
exports.getFastGlobalBounds = function(target, bounds) {
|
|
deprecation.deprecation("8.7.0", "Use container.getFastGlobalBounds() instead");
|
|
return target.getFastGlobalBounds(!0, bounds);
|
|
};
|
|
};
|
|
|
|
//# sourceMappingURL=module$node_modules$pixi_DOT_js$lib$scene$container$bounds$getFastGlobalBounds.js.map
|