Fixing type of maxResolution.

This commit is contained in:
ahocevar
2012-06-24 11:40:18 +02:00
parent 0c9b3d1d58
commit fdfccb7a82

View File

@@ -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.<number>|undefined} */
var resolutions;