Changeset 1500
- Timestamp:
- 09/22/06 09:55:10 (2 years ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Map.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Map.js
r1499 r1500 440 440 if (popup.div) { 441 441 try { this.layerContainerDiv.removeChild(popup.div); } 442 catch { } // Popups sometimes apparently get disconnected442 catch (e) { } // Popups sometimes apparently get disconnected 443 443 // from the layerContainerDiv, and cause complaints. 444 444 }
