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

git-svn-id: http://svn.openlayers.org/trunk/openlayers@525 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-06-05 18:56:45 +00:00
parent 53f13ab054
commit 99bfb9a37d

View File

@@ -75,9 +75,6 @@ OpenLayers.Popup.prototype = {
/**
*/
destroy: function() {
if ((this.div) && (this.div.parentNode)) {
this.div.parentNode.removeChild(this.div);
}
this.div = null;
this.map = null;
},