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
This commit is contained in:
crschmidt
2008-02-07 06:20:50 +00:00
parent ca5c08ee26
commit d52701aec8

View File

@@ -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);
}