OpenLayers OpenLayers

Changeset 6178

Show
Ignore:
Timestamp:
02/09/08 15:33:47 (10 months ago)
Author:
elemoine
Message:

fix indent (non-functional change)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Layer/Grid.js

    r6168 r6178  
    668668     */ 
    669669    onMapResize: function() { 
    670       if (this.singleTile) { 
    671         this.clearGrid(); 
    672         this.setTileSize(); 
    673      
     670        if (this.singleTile) { 
     671            this.clearGrid(); 
     672            this.setTileSize(); 
     673       
    674674    }, 
    675675