Merge pull request #3740 from probins/fireselect

Add @fires to select interaction
This commit is contained in:
Marc Jansen
2015-05-29 13:30:05 +02:00

View File

@@ -81,6 +81,7 @@ goog.inherits(ol.SelectEvent, goog.events.Event);
* @constructor
* @extends {ol.interaction.Interaction}
* @param {olx.interaction.SelectOptions=} opt_options Options.
* @fires ol.SelectEvent
* @api stable
*/
ol.interaction.Select = function(opt_options) {