Add basic docs for selectinteraction

This commit is contained in:
Marc Jansen
2015-04-22 14:20:55 +02:00
parent 340d4805af
commit a784157344

View File

@@ -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}