Changeset 6404
- Timestamp:
- 02/28/08 18:10:26 (11 months ago)
- Files:
-
- sandbox/euzuro/pop/lib/OpenLayers/Popup.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/euzuro/pop/lib/OpenLayers/Popup.js
r6403 r6404 274 274 }); 275 275 this.map.events.register("moveend", this, function() { 276 console.log("popend");277 276 var oldOverflow = this.contentDiv._oldOverflow; 278 277 if (oldOverflow) {
