Files
il/resources/public/js/cljs-runtime/module$node_modules$pixi_DOT_js$lib$scene$container$bounds$getFastGlobalBounds.js
2026-07-01 22:38:29 -06:00

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