{"version":3,"sources":["webpack:///./node_modules/tiny-slider/src/helpers/removeAttrs.js"],"names":["removeAttrs","els","attrs","Array","attrLength","length","i","j","removeAttribute"],"mappings":"0FAAA,8CAEO,SAASA,EAAYC,EAAKC,GAC/BD,EAAO,YAAWA,IAAQA,aAAeE,MAASF,EAAM,CAACA,GAIzD,IADA,IAAIG,GAFJF,EAASA,aAAiBC,MAASD,EAAQ,CAACA,IAErBG,OACdC,EAAIL,EAAII,OAAQC,KACvB,IAAK,IAAIC,EAAIH,EAAYG,KACvBN,EAAIK,GAAGE,gBAAgBN,EAAMK","file":"removeAttrs.85024dea.js","sourcesContent":["import { isNodeList } from \"./isNodeList.js\";\n\nexport function removeAttrs(els, attrs) {\n els = (isNodeList(els) || els instanceof Array) ? els : [els];\n attrs = (attrs instanceof Array) ? attrs : [attrs];\n\n var attrLength = attrs.length;\n for (var i = els.length; i--;) {\n for (var j = attrLength; j--;) {\n els[i].removeAttribute(attrs[j]);\n }\n }\n}"],"sourceRoot":""}