Add @fires to select interaction

This commit is contained in:
Peter Robins
2015-05-29 10:59:07 +00:00
parent 22bed40f5c
commit 7f1053d2cd

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) {