Remove unnecessary Log dependency in events.js
This commit is contained in:
parent
9dc0f4095b
commit
24c99fbfd7
|
@ -10,8 +10,6 @@
|
|||
* Cross-browser event and position routines
|
||||
*/
|
||||
|
||||
import * as Log from './logging.js';
|
||||
|
||||
export function getPointerEvent (e) {
|
||||
return e.changedTouches ? e.changedTouches[0] : e.touches ? e.touches[0] : e;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue