From d52701aec8d06ece3d6d0dabbc781394a7460175 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Thu, 7 Feb 2008 06:20:50 +0000 Subject: [PATCH] Adding a space to clean up diffs for transition patch. (No functional change.) git-svn-id: http://svn.openlayers.org/trunk/openlayers@6012 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Tile/Image.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Tile/Image.js b/lib/OpenLayers/Tile/Image.js index 33cefcf028..5124d484c7 100644 --- a/lib/OpenLayers/Tile/Image.js +++ b/lib/OpenLayers/Tile/Image.js @@ -126,7 +126,7 @@ OpenLayers.Tile.Image = OpenLayers.Class(OpenLayers.Tile, { * Returns: * {Boolean} Always returns true. */ - draw:function() { + draw: function() { if (this.layer != this.layer.map.baseLayer && this.layer.reproject) { this.bounds = this.getBoundsFromBaseLayer(this.position); }