Changeset 6392
- Timestamp:
- 02/27/08 19:02:48 (9 months ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Popup.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Popup.js
r6149 r6392 231 231 updatePosition: function() { 232 232 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 } 237 237 } 238 238 },
