Add @api stable annotations for ol.control.defaults

This commit is contained in:
Éric Lemoine
2014-08-19 16:48:43 +02:00
parent 602deafc86
commit ecbf3bc692

View File

@@ -16,7 +16,7 @@ goog.require('ol.control.Zoom');
*
* @param {olx.control.DefaultsOptions=} opt_options Defaults options.
* @return {ol.Collection.<ol.control.Control>} Controls.
* @api
* @api stable
*/
ol.control.defaults = function(opt_options) {