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
+1 -1
View File
@@ -10,7 +10,7 @@
* This implementation only provides `type` and `target` properties, and
* `stopPropagation` and `preventDefault` methods. It is meant as base class
* for higher level events defined in the library, and works with
* {@link module:ol/events/EventTarget~EventTarget}.
* {@link module:ol/events/Target~Target}.
*/
class Event {