From 003f00bc22a9f884bbe6aa366821db857a34e87d Mon Sep 17 00:00:00 2001 From: crschmidt Date: Fri, 22 Sep 2006 13:55:10 +0000 Subject: [PATCH] *Always test before committing*. One of these days, I will teach myself to be a diligent committer. I promise. git-svn-id: http://svn.openlayers.org/trunk/openlayers@1500 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Map.js b/lib/OpenLayers/Map.js index f6be0f8f76..22ee39810f 100644 --- a/lib/OpenLayers/Map.js +++ b/lib/OpenLayers/Map.js @@ -439,7 +439,7 @@ OpenLayers.Map.prototype = { this.popups.remove(popup); if (popup.div) { try { this.layerContainerDiv.removeChild(popup.div); } - catch { } // Popups sometimes apparently get disconnected + catch (e) { } // Popups sometimes apparently get disconnected // from the layerContainerDiv, and cause complaints. } popup.map = null;