From e9c2e72000a36dffc51d13308f059567afd4225a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Mon, 18 Aug 2014 18:14:15 +0200 Subject: [PATCH] Add @api stable annotations for ol.source.Stamen --- externs/olx.js | 2 +- src/ol/source/stamensource.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/externs/olx.js b/externs/olx.js index 243d5ad32f..2ca101adcd 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -4278,7 +4278,7 @@ olx.source.ImageWMSOptions.prototype.url; * opaque: (boolean|undefined), * tileLoadFunction: (ol.TileLoadFunctionType|undefined), * url: (string|undefined)}} - * @api + * @api stable */ olx.source.StamenOptions; diff --git a/src/ol/source/stamensource.js b/src/ol/source/stamensource.js index 271b3ffbfa..7e7c15e5c8 100644 --- a/src/ol/source/stamensource.js +++ b/src/ol/source/stamensource.js @@ -85,7 +85,7 @@ ol.source.StamenProviderConfig = { * @constructor * @extends {ol.source.XYZ} * @param {olx.source.StamenOptions} options Stamen options. - * @api + * @api stable */ ol.source.Stamen = function(options) {