Use path types when referencing interactions

This commit is contained in:
ahocevar
2018-03-16 17:17:06 +01:00
parent 00d65ccddc
commit 8728c8723f
+2 -2
View File
@@ -35,8 +35,8 @@ import SourceState from '../source/State.js';
* displayed, irrespective of the source of that data. * displayed, irrespective of the source of that data.
* *
* Layers are usually added to a map with {@link ol.Map#addLayer}. Components * Layers are usually added to a map with {@link ol.Map#addLayer}. Components
* like {@link ol.interaction.Select} use unmanaged layers internally. These * like {@link module:ol/interaction/Select~Select} use unmanaged layers
* unmanaged layers are associated with the map using * internally. These unmanaged layers are associated with the map using
* {@link ol.layer.Layer#setMap} instead. * {@link ol.layer.Layer#setMap} instead.
* *
* A generic `change` event is fired when the state of the source changes. * A generic `change` event is fired when the state of the source changes.