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

View File

@@ -82,7 +82,7 @@ ol.control.Control.prototype.disposeInternal = function() {
/**
* Get the map associated with this control.
* @return {ol.Map} Map.
* @api
* @api stable
*/
ol.control.Control.prototype.getMap = function() {
return this.map_;