fix parameter type string

This commit is contained in:
Chase(Seul-gi Choi)
2017-05-31 15:29:34 +09:00
committed by GitHub
parent e8a2ad1d1b
commit 5475841ca0

View File

@@ -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