cosmetic changes -- remove spacing, add spacing. coding standards

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1415 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-09-07 18:37:33 +00:00
parent e906982443
commit 31692f51fe
2 changed files with 2 additions and 2 deletions

View File

@@ -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));