diff --git a/externs/olx.js b/externs/olx.js index b61787dc23..fe96ad4a2c 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -4465,7 +4465,7 @@ olx.source.ServerVectorOptions.prototype.projection; * @typedef {{crossOrigin: (null|string|undefined), * tileLoadFunction: (ol.TileLoadFunctionType|undefined), * url: string}} - * @api stable + * @api */ olx.source.TileJSONOptions; @@ -4473,7 +4473,7 @@ olx.source.TileJSONOptions; /** * crossOrigin setting for image requests. * @type {null|string|undefined} - * @api + * @api stable */ olx.source.TileJSONOptions.prototype.crossOrigin; @@ -4489,7 +4489,7 @@ olx.source.TileJSONOptions.prototype.tileLoadFunction; /** * URL to the TileJSON file. * @type {string} - * @api + * @api stable */ olx.source.TileJSONOptions.prototype.url;