diff --git a/externs/olx.js b/externs/olx.js index 17cad2192c..161dbe03da 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -4639,7 +4639,7 @@ olx.source.TileWMSOptions.prototype.urls; * logo: (string|olx.LogoOptions|undefined), * projection: ol.proj.ProjectionLike, * state: (ol.source.State|string|undefined)}} - * @api stable + * @api */ olx.source.VectorOptions; @@ -4647,7 +4647,7 @@ olx.source.VectorOptions; /** * Attributions. * @type {Array.|undefined} - * @api + * @api stable */ olx.source.VectorOptions.prototype.attributions; @@ -4655,7 +4655,7 @@ olx.source.VectorOptions.prototype.attributions; /** * Features. * @type {Array.|undefined} - * @api + * @api stable */ olx.source.VectorOptions.prototype.features; @@ -4663,7 +4663,7 @@ olx.source.VectorOptions.prototype.features; /** * Logo. * @type {string|olx.LogoOptions|undefined} - * @api + * @api stable */ olx.source.VectorOptions.prototype.logo;