OpenLayers OpenLayers

Changeset 1366

Show
Ignore:
Timestamp:
08/24/06 22:08:20 (2 years ago)
Author:
crschmidt
Message:

Commit r1365 against 2.0, rather than sandbox.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/openlayers/2.0/lib/OpenLayers/Control/MouseDefaults.js

    r1359 r1366  
    210210        var elem = Event.element(e); 
    211211        while(elem != null) { 
    212             if (elem == this.map.div) { 
     212            if (this.map && elem == this.map.div) { 
    213213                inMap = true; 
    214214                break;