diff --git a/src/ol/interaction/selectinteraction.js b/src/ol/interaction/selectinteraction.js index c5e5da655f..4b7c61a583 100644 --- a/src/ol/interaction/selectinteraction.js +++ b/src/ol/interaction/selectinteraction.js @@ -187,6 +187,8 @@ ol.interaction.Select.prototype.getFeatures = function() { /** + * Handles the {@link ol.MapBrowserEvent map browser event} and may change the + * selected state of features. * @param {ol.MapBrowserEvent} mapBrowserEvent Map browser event. * @return {boolean} `false` to stop event propagation. * @this {ol.interaction.Select}