{"version":3,"file":"js/forEach.33c88614ce3c8607b6b4.js","mappings":"kHAAI,aAAcA,SAAWC,SAASC,UAAUC,UAE5CF,SAASC,UAAUC,QAAU,SAAUC,EAAUC,GAE7CA,EAAUA,GAAWL,OACrB,IAAK,IAAIM,EAAI,EAAGA,EAAIC,KAAKC,OAAQF,IAE7BF,EAASK,KAAKJ,EAASE,KAAKD,GAAIA,EAAGC,KAE3C,GAIA,mBAAoBP,SAAWU,eAAeR,UAAUC,UAExDO,eAAeR,UAAUC,QAAU,SAAUC,EAAUC,GAEnDA,EAAUA,GAAWL,OACrB,IAAK,IAAIM,EAAI,EAAGA,EAAIC,KAAKC,OAAQF,IAE7BF,EAASK,KAAKJ,EAASE,KAAKD,GAAIA,EAAGC,KAE3C,E","sources":["webpack://netzkern.am/./src/Feature/Common/code/Scripts/Common/forEach.js"],"sourcesContent":["if ('NodeList' in window && !NodeList.prototype.forEach)\r\n{\r\n NodeList.prototype.forEach = function (callback, thisArg)\r\n {\r\n thisArg = thisArg || window;\r\n for (var i = 0; i < this.length; i++)\r\n {\r\n callback.call(thisArg, this[i], i, this);\r\n }\r\n };\r\n}\r\n\r\n//Polyfill for HTMLCollection.forEach\r\nif ('HTMLCollection' in window && !HTMLCollection.prototype.forEach)\r\n{\r\n HTMLCollection.prototype.forEach = function (callback, thisArg)\r\n {\r\n thisArg = thisArg || window;\r\n for (var i = 0; i < this.length; i++)\r\n {\r\n callback.call(thisArg, this[i], i, this);;\r\n }\r\n };\r\n}"],"names":["window","NodeList","prototype","forEach","callback","thisArg","i","this","length","call","HTMLCollection"],"sourceRoot":""}