UNPKG

l7hammerjs

Version:

A javascript library for multi-touch gestures

19 lines (15 loc) 398 B
import { isMini } from './env' const VENDOR_PREFIXES = ['', 'webkit', 'Moz', 'MS', 'ms', 'o']; // const TEST_ELEMENT = document.createElement('div'); const TEST_ELEMENT = isMini?'':document.createElement('div'); const TYPE_FUNCTION = 'function'; const { round, abs } = Math; const { now } = Date; export { VENDOR_PREFIXES, TEST_ELEMENT, TYPE_FUNCTION, round, abs, now };