From ca8f03bc2c459cb242430eb68423a62d62fde9d2 Mon Sep 17 00:00:00 2001 From: euzuro Date: Wed, 24 May 2006 23:09:23 +0000 Subject: [PATCH] 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 --- lib/OpenLayers/Popup.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/OpenLayers/Popup.js b/lib/OpenLayers/Popup.js index 9b8ed6c69f..43b0466ed5 100644 --- a/lib/OpenLayers/Popup.js +++ b/lib/OpenLayers/Popup.js @@ -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,