OpenLayers OpenLayers

Changeset 1500

Show
Ignore:
Timestamp:
09/22/06 09:55:10 (2 years ago)
Author:
crschmidt
Message:

*Always test before committing*. One of these days, I will teach myself to
be a diligent committer. I promise.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Map.js

    r1499 r1500  
    440440        if (popup.div) { 
    441441            try { this.layerContainerDiv.removeChild(popup.div); } 
    442             catch { } // Popups sometimes apparently get disconnected 
     442            catch (e) { } // Popups sometimes apparently get disconnected 
    443443                      // from the layerContainerDiv, and cause complaints. 
    444444        }