Add @api stable annotations for ol.control.Control

This commit is contained in:
Éric Lemoine
2014-08-19 16:46:12 +02:00
parent 365caa6f19
commit 7c01d3a57c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -779,7 +779,7 @@ olx.control.AttributionOptions.prototype.collapseLabel;
/** /**
* @typedef {{element: (Element|undefined), * @typedef {{element: (Element|undefined),
* target: (Element|string|undefined)}} * target: (Element|string|undefined)}}
* @api * @api stable
*/ */
olx.control.ControlOptions; olx.control.ControlOptions;
+1 -1
View File
@@ -82,7 +82,7 @@ ol.control.Control.prototype.disposeInternal = function() {
/** /**
* Get the map associated with this control. * Get the map associated with this control.
* @return {ol.Map} Map. * @return {ol.Map} Map.
* @api * @api stable
*/ */
ol.control.Control.prototype.getMap = function() { ol.control.Control.prototype.getMap = function() {
return this.map_; return this.map_;