OpenLayers OpenLayers

Changeset 351

Show
Ignore:
Timestamp:
05/24/06 22:44:18 (3 years ago)
Author:
euzuro
Message:

coding standards.

Files:

Legend:

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

    r350 r351  
    110110    updatePosition: function() { 
    111111        if ((this.lonlat) && (this.map)) { 
    112                 px = this.map.getLayerPxFromLonLat(this.lonlat); 
     112                var px = this.map.getLayerPxFromLonLat(this.lonlat); 
    113113                this.moveTo(px);             
    114114        }