fix for small bug in previous patch for #568 which was put in at r2913
git-svn-id: http://svn.openlayers.org/trunk/openlayers@2914 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -171,8 +171,8 @@ OpenLayers.Event = {
|
|||||||
if (elementObservers.length == 0) {
|
if (elementObservers.length == 0) {
|
||||||
OpenLayers.Event.observers[element.id] = null;
|
OpenLayers.Event.observers[element.id] = null;
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
foundEntry = true;
|
foundEntry = true;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user