{"version":3,"file":"touchenabled.js","mappings":"AAA6B,iBAAkBA,SAASC,kBAGpDC,OAAOF,SAASG,KAAKC,UAAUC,IAAI,iBACnCH,OAAOF,SAASM,iBAAiB,cAAc,KAAe,IAAE","sources":["webpack://engine-sgw/./src/touchenabled/index.ts"],"sourcesContent":["const isTouchEnabled = () => 'ontouchstart' in document.documentElement;\r\n\r\nif (isTouchEnabled()) {\r\n window.document.body.classList.add('touch-enabled');\r\n window.document.addEventListener('touchstart', () => undefined, false); // fix :active selector on iOS\r\n}\r\n"],"names":["document","documentElement","window","body","classList","add","addEventListener"],"sourceRoot":""}