From fdfccb7a82d67e75a92be124e85152cb047473e8 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Sun, 24 Jun 2012 11:40:18 +0200 Subject: [PATCH] Fixing type of maxResolution. --- src/api/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/map.js b/src/api/map.js index 56cfaf9316..b8490e49ee 100644 --- a/src/api/map.js +++ b/src/api/map.js @@ -33,7 +33,7 @@ ol.map = function(opt_arg) { var userProjection; /** @type {ol.Bounds|undefined} */ var maxExtent; - /** @type {ol.Bounds|undefined} */ + /** @type {number|undefined} */ var maxResolution; /** @type {Array.|undefined} */ var resolutions;