Bounds fixes.

This commit is contained in:
Tom Payne
2012-06-19 13:00:24 +02:00
parent 94e6146b8a
commit f435bb1874
2 changed files with 3 additions and 8 deletions

View File

@@ -30,13 +30,13 @@ ol.Bounds = function(minX, minY, maxX, maxY, opt_projection) {
* @private
* @type {number}
*/
this.minX_ = minX;
this.maxX_ = maxX;
/**
* @private
* @type {number}
*/
this.minY_ = minY;
this.maxY_ = maxY;
/**
* @private