popup does not need to store reference to his parent. to remove himself, he uses parentNode directly from his Div DOMElement. see r231

git-svn-id: http://svn.openlayers.org/trunk/openlayers@331 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-05-24 23:09:23 +00:00
parent 0f7f771637
commit ca8f03bc2c

View File

@@ -16,9 +16,6 @@ OpenLayers.Popup.prototype = {
/** @type String */
id: "",
/** reference to the parent DIV to which this popup is @type DOMElement */
parent: null,
/** @type OpenLayers.LonLat */
lonlat: null,