{"version":3,"sources":["webpack:///./node_modules/tiny-slider/src/helpers/passiveOption.js"],"names":["supportsPassive","opts","Object","defineProperty","get","window","addEventListener","e","passiveOption","passive"],"mappings":"0FAAA,kCACA,IAAIA,GAAkB,EACtB,IACE,IAAIC,EAAOC,OAAOC,eAAe,GAAI,UAAW,CAC9CC,IAAK,WACHJ,GAAkB,KAGtBK,OAAOC,iBAAiB,OAAQ,KAAML,GACtC,MAAOM,IACF,IAAIC,IAAgBR,GAAkB,CAAES,SAAS","file":"passiveOption.0327fad9.js","sourcesContent":["// Test via a getter in the options object to see if the passive property is accessed\nvar supportsPassive = false;\ntry {\n var opts = Object.defineProperty({}, 'passive', {\n get: function() {\n supportsPassive = true;\n }\n });\n window.addEventListener(\"test\", null, opts);\n} catch (e) {}\nexport var passiveOption = supportsPassive ? { passive: true } : false;"],"sourceRoot":""}