From 33dd1371c8c98bcb93604d4d4977eb8505f291df Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Mon, 3 Feb 2014 14:43:16 +0100 Subject: [PATCH] Add stability annotation to ol.interaction.Select --- 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 8f339129d0..c281c72929 100644 --- a/src/ol/interaction/selectinteraction.js +++ b/src/ol/interaction/selectinteraction.js @@ -12,6 +12,7 @@ goog.require('ol.render.FeaturesOverlay'); * @constructor * @extends {ol.interaction.Interaction} * @param {olx.interaction.SelectOptions=} opt_options Options. + * @todo stability experimental */ ol.interaction.Select = function(opt_options) { @@ -78,6 +79,7 @@ goog.inherits(ol.interaction.Select, ol.interaction.Interaction); /** * @return {ol.render.FeaturesOverlay} Features overlay. + * @todo stability experimental */ ol.interaction.Select.prototype.getFeaturesOverlay = function() { return this.featuresOverlay_;