coding standards
git-svn-id: http://svn.openlayers.org/trunk/openlayers@3423 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user