(function(){"use strict";BX.namespace("BX");BX.ResizeObserverCollection=function(){this.items=[]};BX.ResizeObserverCollection.prototype={push:function(t){this.items.push(t)},forEach:function(t,e){this.items.forEach(t,e)},filter:function(t,e){return this.items.filter(t,e)},map:function(t,e){return this.items.map(t,e)},some:function(t,e){return this.items.some(t,e)},every:function(t,e){return this.items.every(t,e)}}})();
//# sourceMappingURL=resize_observer_collection.map.js