mirror of
https://git.proxmox.com/git/mirror_novnc
synced 2025-04-28 20:17:47 +00:00
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
Block a user