Fix type for image replay origin

This commit is contained in:
Éric Lemoine
2014-11-04 08:48:43 +01:00
parent 0115368649
commit 8415a0c8ba

View File

@@ -35,7 +35,7 @@ ol.render.webgl.ImageReplay = function(tolerance, maxExtent) {
/**
* @private
* @type {ol.Extent}
* @type {ol.Coordinate}
*/
this.origin_ = ol.extent.getBottomLeft(maxExtent);