Update link to base class in docs

This commit is contained in:
Tino Desjardins
2018-08-20 17:03:59 +02:00
committed by GitHub
parent b7aa6c6513
commit b56a7c0fa3

View File

@@ -6,7 +6,7 @@ import MapEvent from './MapEvent.js';
/**
* @classdesc
* Events emitted as map browser events are instances of this type.
* See {@link module:ol/Map~Map} for which events trigger a map browser event.
* See {@link module:ol/PluggableMap~PluggableMap} for which events trigger a map browser event.
*/
class MapBrowserEvent extends MapEvent {