From 31692f51fecdfb842c7f79ad8e34aa554c73eca2 Mon Sep 17 00:00:00 2001 From: euzuro Date: Thu, 7 Sep 2006 18:37:33 +0000 Subject: [PATCH] cosmetic changes -- remove spacing, add spacing. coding standards git-svn-id: http://svn.openlayers.org/trunk/openlayers@1415 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/WMS.js | 2 +- lib/OpenLayers/Layer/WMS/Untiled.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Layer/WMS.js b/lib/OpenLayers/Layer/WMS.js index c4b3dd571d..91d4247cbc 100644 --- a/lib/OpenLayers/Layer/WMS.js +++ b/lib/OpenLayers/Layer/WMS.js @@ -46,7 +46,7 @@ OpenLayers.Layer.WMS.prototype = } // unless explicitly set in options, if the layer is transparent, - // it will be an overlay + // it will be an overlay if ((options == null) || (options.isBaseLayer == null)) { this.isBaseLayer = ((this.params.TRANSPARENT != "true") && (this.params.TRANSPARENT != true)); diff --git a/lib/OpenLayers/Layer/WMS/Untiled.js b/lib/OpenLayers/Layer/WMS/Untiled.js index bb0f211f7d..03ccd56e53 100644 --- a/lib/OpenLayers/Layer/WMS/Untiled.js +++ b/lib/OpenLayers/Layer/WMS/Untiled.js @@ -52,7 +52,7 @@ OpenLayers.Layer.WMS.Untiled.prototype = // unless explicitly set in options, if the layer is transparent, // it will be an overlay - if ((options == null) ||(options.isBaseLayer == null)) { + if ((options == null) || (options.isBaseLayer == null)) { this.isBaseLayer = ((this.params.TRANSPARENT != "true") && (this.params.TRANSPARENT != true)); }