From e4fc8fa119929570d0c219be88db2d28248c168b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Mon, 25 Aug 2014 10:42:30 +0200 Subject: [PATCH] Add @api stable annotations to olx.tilegrid.TileGridOptions --- externs/olx.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/externs/olx.js b/externs/olx.js index 8bbf6b16bb..fd502d2457 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -5578,7 +5578,7 @@ olx.tilegrid.TileGridOptions.prototype.minZoom; /** * Origin. Default is null. * @type {ol.Coordinate|undefined} - * @api + * @api stable */ olx.tilegrid.TileGridOptions.prototype.origin; @@ -5587,7 +5587,7 @@ olx.tilegrid.TileGridOptions.prototype.origin; * Origins. If given, the array should match the `resolutions` array, i.e. * each resolution can have a different origin. * @type {Array.|undefined} - * @api + * @api stable */ olx.tilegrid.TileGridOptions.prototype.origins; @@ -5595,7 +5595,7 @@ olx.tilegrid.TileGridOptions.prototype.origins; /** * Resolutions. * @type {!Array.} - * @api + * @api stable */ olx.tilegrid.TileGridOptions.prototype.resolutions; @@ -5603,7 +5603,7 @@ olx.tilegrid.TileGridOptions.prototype.resolutions; /** * Tile size. Default is 256. (Only square tiles are supported.) * @type {number|undefined} - * @api + * @api stable */ olx.tilegrid.TileGridOptions.prototype.tileSize; @@ -5612,7 +5612,7 @@ olx.tilegrid.TileGridOptions.prototype.tileSize; * Tile sizes. If given, the array should match the `resolutions` array, i.e. * each resolution can have a different tile size. * @type {Array.|undefined} - * @api + * @api stable */ olx.tilegrid.TileGridOptions.prototype.tileSizes;