tweb/public/19.8d6591f9950affeeaeb1.chunk.js.map
morethanwords 2c96983f84 (commit before) fixed changing profile (#4119)
Include source maps
2021-04-16 22:04:15 +04:00

1 line
595 B
Plaintext

{"version":3,"sources":["webpack:///./src/helpers/touchSupport.ts"],"names":["isTouchSupported","window","DocumentTouch","document"],"mappings":"sFAAA,wDAOO,MAAMA,EAAoB,iBAAkBC,QAAYA,OAAOC,eAAiBC,oBAAoBD","file":"19.8d6591f9950affeeaeb1.chunk.js","sourcesContent":["/*\n * https://github.com/morethanwords/tweb\n * Copyright (C) 2019-2021 Eduard Kuzmenko\n * https://github.com/morethanwords/tweb/blob/master/LICENSE\n */\n\n// @ts-ignore\nexport const isTouchSupported = ('ontouchstart' in window) || (window.DocumentTouch && document instanceof DocumentTouch)/* || true */;"],"sourceRoot":""}