From 5475841ca022b7ab923566e4008e33652b38f2fb Mon Sep 17 00:00:00 2001 From: "Chase(Seul-gi Choi)" Date: Wed, 31 May 2017 15:29:34 +0900 Subject: [PATCH] fix parameter type string --- src/ol/view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/view.js b/src/ol/view.js index 096dcbf363..e88dc759cd 100644 --- a/src/ol/view.js +++ b/src/ol/view.js @@ -662,7 +662,7 @@ ol.View.prototype.getResolutions = function() { /** * Get the resolution for a provided extent (in map units) and size (in pixels). * @param {ol.Extent} extent Extent. - * @param {ol.Size} opt_size Box pixel size. + * @param {ol.Size=} opt_size Box pixel size. * @return {number} The resolution at which the provided extent will render at * the given size. * @api