Update link to base class in docs

This commit is contained in:
Tino Desjardins
2018-08-20 10:23:22 +02:00
committed by GitHub
parent a18da7d55a
commit 1605741a92
+1 -1
View File
@@ -6,7 +6,7 @@ import Event from './events/Event.js';
/** /**
* @classdesc * @classdesc
* Events emitted as map events are instances of this type. * Events emitted as map events are instances of this type.
* See {@link module:ol/Map~Map} for which events trigger a map event. * See {@link module:ol/PluggableMap~PluggableMap} for which events trigger a map event.
*/ */
class MapEvent extends Event { class MapEvent extends Event {