OpenLayers OpenLayers

Changeset 6392

Show
Ignore:
Timestamp:
02/27/08 19:02:48 (9 months ago)
Author:
euzuro
Message:

proper tabbing is the artichoke of a good garden.

Files:

Legend:

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

    r6149 r6392  
    231231    updatePosition: function() { 
    232232        if ((this.lonlat) && (this.map)) { 
    233                 var px = this.map.getLayerPxFromLonLat(this.lonlat); 
    234                 if (px) { 
    235                     this.moveTo(px);            
    236                 }     
     233            var px = this.map.getLayerPxFromLonLat(this.lonlat); 
     234            if (px) { 
     235                this.moveTo(px);            
     236            }     
    237237        } 
    238238    },