coding standards

git-svn-id: http://svn.openlayers.org/trunk/openlayers@3423 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2007-06-22 16:57:30 +00:00
parent 68292b1118
commit b8362cb085

View File

@@ -71,7 +71,8 @@ OpenLayers.Layer.EventPane.prototype =
this.pane.style.width="100%";
this.pane.style.height="100%";
if (OpenLayers.Util.getBrowserName() == "msie") {
this.pane.style.background = "url("+OpenLayers.Util.getImagesLocation()+"blank.gif)";
this.pane.style.background =
"url(" + OpenLayers.Util.getImagesLocation() + "blank.gif)";
}
if (this.isFixed) {