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
+1 -2
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