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

@@ -1,7 +1,7 @@
/**
* @module ol/ImageBase
*/
import EventTarget from './events/EventTarget.js';
import EventTarget from './events/Target.js';
import EventType from './events/EventType.js';
/**