Add non-stringified condition, courtesy of tschaub pointing out the error

of my ways :)


git-svn-id: http://svn.openlayers.org/trunk/openlayers@1218 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-08-15 15:38:26 +00:00
parent 4b7b1cb700
commit cbde344ad0

View File

@@ -48,7 +48,7 @@ OpenLayers.Layer.WMS.prototype =
);
}
this.isBaseLayer = (this.params.TRANSPARENT != "true");
this.isBaseLayer = (this.params.TRANSPARENT != "true" && this.params.TRANSPARENT != true);
},
/**