From 63f126a528931e9ae268b1c9b3657248f7a7973a Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sun, 5 Oct 2014 08:42:47 -0600 Subject: [PATCH] The imageExtent option is required --- externs/olx.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/externs/olx.js b/externs/olx.js index 4180b053c7..279396a59a 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -4524,7 +4524,7 @@ olx.source.StamenOptions.prototype.url; /** * @typedef {{attributions: (Array.|undefined), * crossOrigin: (null|string|undefined), - * imageExtent: (ol.Extent|undefined), + * imageExtent: (ol.Extent), * imageSize: (ol.Size|undefined), * logo: (string|olx.LogoOptions|undefined), * projection: ol.proj.ProjectionLike, @@ -4552,7 +4552,7 @@ olx.source.ImageStaticOptions.prototype.crossOrigin; /** * Extent of the image. - * @type {ol.Extent|undefined} + * @type {ol.Extent} * @api stable */ olx.source.ImageStaticOptions.prototype.imageExtent;