From 71c338c3c6a9ee90fd5b19886c667f655cf029d1 Mon Sep 17 00:00:00 2001 From: euzuro Date: Wed, 3 Oct 2007 22:34:08 +0000 Subject: [PATCH] coding standards. no functional change. (Closes #1047) git-svn-id: http://svn.openlayers.org/trunk/openlayers@4802 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Map.js b/lib/OpenLayers/Map.js index 95e74bb0f8..1a557be633 100644 --- a/lib/OpenLayers/Map.js +++ b/lib/OpenLayers/Map.js @@ -681,7 +681,7 @@ OpenLayers.Map = OpenLayers.Class({ */ setBaseLayer: function(newBaseLayer) { var oldExtent = null; - if(this.baseLayer) { + if (this.baseLayer) { oldExtent = this.baseLayer.getExtent(); }