Commit r1365 against 2.0, rather than sandbox.
git-svn-id: http://svn.openlayers.org/branches/openlayers/2.0@1366 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -209,7 +209,7 @@ OpenLayers.Control.MouseDefaults.prototype =
|
|||||||
var inMap = false;
|
var inMap = false;
|
||||||
var elem = Event.element(e);
|
var elem = Event.element(e);
|
||||||
while(elem != null) {
|
while(elem != null) {
|
||||||
if (elem == this.map.div) {
|
if (this.map && elem == this.map.div) {
|
||||||
inMap = true;
|
inMap = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user