diff --git a/externs/olx.js b/externs/olx.js index 8348707365..22d6e28326 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -6210,7 +6210,7 @@ olx.source.XYZOptions.prototype.urls; olx.source.XYZOptions.prototype.wrapX; /** - * @typedef {{attributions: (Array.|undefined), + * @typedef {{attributions: (olx.source.AttributionOption|undefined), * crossOrigin: (null|string|undefined), * logo: (string|olx.LogoOptions|undefined), * projection: ol.proj.ProjectionLike, @@ -6227,7 +6227,7 @@ olx.source.CartoDBOptions; /** * Attributions. - * @type {Array.|undefined} + * @type {olx.source.AttributionOption|undefined} * @api stable */ olx.source.CartoDBOptions.prototype.attributions;