Changeset 6703
- Timestamp:
- 03/29/08 12:36:41 (10 months ago)
- Files:
-
- sandbox/euzuro/pop/lib/OpenLayers/Popup/Anchored.js (modified) (1 diff)
- sandbox/euzuro/pop/lib/OpenLayers/Popup/Framed.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/euzuro/pop/lib/OpenLayers/Popup/Anchored.js
r6691 r6703 61 61 this.relativePosition = null; 62 62 63 OpenLayers.Popup.prototype.destroy.apply(this, arguments ());63 OpenLayers.Popup.prototype.destroy.apply(this, arguments); 64 64 }, 65 65 sandbox/euzuro/pop/lib/OpenLayers/Popup/Framed.js
r6692 r6703 138 138 //remove our blocks 139 139 for(var i = 0; i < this.blocks.length; i++) { 140 var block = this.blocks[ j];140 var block = this.blocks[i]; 141 141 142 142 if (block.image) { 143 this.groupDiv.removeChild(block.image);143 block.div.removeChild(block.image); 144 144 } 145 145 block.image = null;
