OpenLayers OpenLayers

Changeset 525

Show
Ignore:
Timestamp:
06/05/06 14:56:45 (2 years ago)
Author:
euzuro
Message:

do not let the popup remove itself from parent div. that would be poor form.

Files:

Legend:

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

    r479 r525  
    7676    */ 
    7777    destroy: function() { 
    78         if ((this.div) && (this.div.parentNode)) { 
    79             this.div.parentNode.removeChild(this.div); 
    80         } 
    8178        this.div = null; 
    8279        this.map = null;