OpenLayers OpenLayers

Changeset 3305

Show
Ignore:
Timestamp:
06/08/07 16:53:51 (1 year ago)
Author:
euzuro
Message:

coding standards

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/crschmidt/wraptheworld/lib/OpenLayers/Layer.js

    r3304 r3305  
    173173        } 
    174174 
    175         if (this.wrapDateLine) this.displayOutsideMaxExtent = true; 
     175        if (this.wrapDateLine) { 
     176            this.displayOutsideMaxExtent = true; 
     177        } 
    176178    }, 
    177179