Avoid shadowing EventTarget

This commit is contained in:
Tim Schaub
2018-07-25 18:17:08 -07:00
parent d8efa569d9
commit 40486a0ecc
18 changed files with 30 additions and 30 deletions

View File

@@ -5,7 +5,7 @@ import {DEVICE_PIXEL_RATIO} from './has.js';
import MapBrowserEventType from './MapBrowserEventType.js';
import MapBrowserPointerEvent from './MapBrowserPointerEvent.js';
import {listen, unlistenByKey} from './events.js';
import EventTarget from './events/EventTarget.js';
import EventTarget from './events/Target.js';
import PointerEventType from './pointer/EventType.js';
import PointerEventHandler from './pointer/PointerEventHandler.js';