From b5dcfeac42120a9f71f372b1a2908e80ec9d66f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 22 Aug 2014 10:41:38 +0200 Subject: [PATCH] Add @api stable annotations for olx.source.XYZOptions --- externs/olx.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/externs/olx.js b/externs/olx.js index 9729e087dd..8ce5a7c407 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -4964,7 +4964,7 @@ olx.source.WMTSOptions.prototype.urls; * url: (string|undefined), * urls: (Array.|undefined), * wrapX: (boolean|undefined)}} - * @api stable + * @api */ olx.source.XYZOptions; @@ -4972,7 +4972,7 @@ olx.source.XYZOptions; /** * Attributions. * @type {Array.|undefined} - * @api + * @api stable */ olx.source.XYZOptions.prototype.attributions; @@ -4980,7 +4980,7 @@ olx.source.XYZOptions.prototype.attributions; /** * Cross origin setting for image requests. * @type {null|string|undefined} - * @api + * @api stable */ olx.source.XYZOptions.prototype.crossOrigin; @@ -4988,7 +4988,7 @@ olx.source.XYZOptions.prototype.crossOrigin; /** * Logo. * @type {string|olx.LogoOptions|undefined} - * @api + * @api stable */ olx.source.XYZOptions.prototype.logo; @@ -5048,7 +5048,7 @@ olx.source.XYZOptions.prototype.tileUrlFunction; /** * URL template. Must include `{x}`, `{y}` or `{-y}`, and `{z}` placeholders. * @type {string|undefined} - * @api + * @api stable */ olx.source.XYZOptions.prototype.url; @@ -5056,7 +5056,7 @@ olx.source.XYZOptions.prototype.url; /** * An array of URL templates. * @type {Array.|undefined} - * @api + * @api stable */ olx.source.XYZOptions.prototype.urls;