From 8728c8723f2b4e201b2665c1c5ab803bdfe89885 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Fri, 16 Mar 2018 17:17:06 +0100 Subject: [PATCH] Use path types when referencing interactions --- src/ol/layer/Layer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ol/layer/Layer.js b/src/ol/layer/Layer.js index 01759d2a20..5ff9445865 100644 --- a/src/ol/layer/Layer.js +++ b/src/ol/layer/Layer.js @@ -35,8 +35,8 @@ import SourceState from '../source/State.js'; * displayed, irrespective of the source of that data. * * Layers are usually added to a map with {@link ol.Map#addLayer}. Components - * like {@link ol.interaction.Select} use unmanaged layers internally. These - * unmanaged layers are associated with the map using + * like {@link module:ol/interaction/Select~Select} use unmanaged layers + * internally. These unmanaged layers are associated with the map using * {@link ol.layer.Layer#setMap} instead. * * A generic `change` event is fired when the state of the source changes.