From 7f1053d2cd159681c292214b654a7fb79a5974c6 Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Fri, 29 May 2015 10:59:07 +0000 Subject: [PATCH] Add @fires to select interaction --- src/ol/interaction/selectinteraction.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ol/interaction/selectinteraction.js b/src/ol/interaction/selectinteraction.js index 4b7c61a583..161eff39ae 100644 --- a/src/ol/interaction/selectinteraction.js +++ b/src/ol/interaction/selectinteraction.js @@ -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) {