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:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user