From b56a7c0fa3d8f3ec6dea5e3552d095cbe09185a0 Mon Sep 17 00:00:00 2001 From: Tino Desjardins Date: Mon, 20 Aug 2018 17:03:59 +0200 Subject: [PATCH] Update link to base class in docs --- src/ol/MapBrowserEvent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/MapBrowserEvent.js b/src/ol/MapBrowserEvent.js index 8aa7bdf59a..27ee3b8bba 100644 --- a/src/ol/MapBrowserEvent.js +++ b/src/ol/MapBrowserEvent.js @@ -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 {