From 512465037ba17400724b9c51ab7fd8155be53645 Mon Sep 17 00:00:00 2001 From: euzuro Date: Tue, 15 Aug 2006 12:43:50 +0000 Subject: [PATCH] fix tabs git-svn-id: http://svn.openlayers.org/trunk/openlayers@1212 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Tile/Image.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Tile/Image.js b/lib/OpenLayers/Tile/Image.js index 8087182405..8d8d3a861e 100644 --- a/lib/OpenLayers/Tile/Image.js +++ b/lib/OpenLayers/Tile/Image.js @@ -51,11 +51,11 @@ OpenLayers.Tile.Image.prototype = this.imgDiv.style.display = "none"; if (this.layer.alpha) { OpenLayers.Util.modifyAlphaImageDiv(this.imgDiv, - null, this.position, this.size, this.url); + null, this.position, this.size, this.url); } else { this.imgDiv.src = this.url; OpenLayers.Util.modifyDOMElement(this.imgDiv, - null, this.position, this.size) ; + null, this.position, this.size) ; } },