Clean up whitespace

This commit is contained in:
Tom Payne
2013-06-11 12:12:04 +02:00
parent 3fab93fc4a
commit 9751bde8d1
2 changed files with 2 additions and 4 deletions

View File

@@ -140,7 +140,6 @@ ol.proj.EPSG3857.toEPSG4326 = function(input, opt_output, opt_dimension) {
/**
* @inheritDoc
*/
ol.proj.EPSG3857.prototype.getPointResolution =
function(resolution, point) {
ol.proj.EPSG3857.prototype.getPointResolution = function(resolution, point) {
return resolution / ol.math.cosh(point[1] / ol.proj.EPSG3857.RADIUS);
};

View File

@@ -87,8 +87,7 @@ ol.Projection = function(options) {
* @private
* @type {boolean}
*/
this.global_ = goog.isDef(options.global) ?
options.global : false;
this.global_ = goog.isDef(options.global) ? options.global : false;
/**
* @private