From c2749bbdd1b5526b86a67bd20204f15ffd4f6c04 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Fri, 1 Apr 2016 08:59:08 +0200 Subject: [PATCH] Fix olx.source.CartoDBOptions#attributions type --- externs/olx.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;