Add @api stable annotations for ol.control.Zoom

This commit is contained in:
Éric Lemoine
2014-08-19 16:53:15 +02:00
parent d8afc96aa3
commit c3e0b5f282
2 changed files with 2 additions and 2 deletions

View File

@@ -1038,7 +1038,7 @@ olx.control.RotateOptions.prototype.target;
* zoomOutTipLabel: (string|undefined),
* delta: (number|undefined),
* target: (Element|undefined)}}
* @api
* @api stable
*/
olx.control.ZoomOptions;

View File

@@ -21,7 +21,7 @@ goog.require('ol.pointer.PointerEventHandler');
* @constructor
* @extends {ol.control.Control}
* @param {olx.control.ZoomOptions=} opt_options Zoom options.
* @api
* @api stable
*/
ol.control.Zoom = function(opt_options) {