OpenLayers OpenLayers

Changeset 6012

Show
Ignore:
Timestamp:
02/07/08 01:20:50 (1 year ago)
Author:
crschmidt
Message:

Adding a space to clean up diffs for transition patch. (No functional change.)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Tile/Image.js

    r5854 r6012  
    127127     * {Boolean} Always returns true. 
    128128     */ 
    129     draw:function() { 
     129    draw: function() { 
    130130        if (this.layer != this.layer.map.baseLayer && this.layer.reproject) { 
    131131            this.bounds = this.getBoundsFromBaseLayer(this.position);