From a784157344e23e9cd920b064f72c86c6093cfc26 Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Wed, 22 Apr 2015 14:20:55 +0200 Subject: [PATCH] Add basic docs for selectinteraction --- src/ol/interaction/selectinteraction.js | 2 ++ 1 file changed, 2 insertions(+) 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}