Changeset 525
- Timestamp:
- 06/05/06 14:56:45 (2 years ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Popup.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Popup.js
r479 r525 76 76 */ 77 77 destroy: function() { 78 if ((this.div) && (this.div.parentNode)) {79 this.div.parentNode.removeChild(this.div);80 }81 78 this.div = null; 82 79 this.map = null;
