Add @api stable annotations for olx.control.DefaultsOptions

This commit is contained in:
Éric Lemoine
2014-08-22 17:10:30 +02:00
parent 7a2bad543f
commit 83b086db4f

View File

@@ -884,7 +884,7 @@ olx.control.DefaultsOptions;
/**
* Attribution. Default is `true`.
* @type {boolean|undefined}
* @api
* @api stable
*/
olx.control.DefaultsOptions.prototype.attribution;
@@ -900,7 +900,7 @@ olx.control.DefaultsOptions.prototype.attributionOptions;
/**
* Rotate. Default is `true`.
* @type {boolean|undefined}
* @api
* @api stable
*/
olx.control.DefaultsOptions.prototype.rotate;
@@ -916,7 +916,7 @@ olx.control.DefaultsOptions.prototype.rotateOptions;
/**
* Zoom. Default is `true`.
* @type {boolean|undefined}
* @api
* @api stable
*/
olx.control.DefaultsOptions.prototype.zoom;