Add @api stable annotations for ol.control.ZoomSlider

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

View File

@@ -32,7 +32,7 @@ goog.require('ol.easing');
* @constructor
* @extends {ol.control.Control}
* @param {olx.control.ZoomSliderOptions=} opt_options Zoom slider options.
* @api
* @api stable
*/
ol.control.ZoomSlider = function(opt_options) {