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:
euzuro
2007-03-28 21:53:27 +00:00
parent a07a4c309d
commit f850939a3a

View File

@@ -171,8 +171,8 @@ OpenLayers.Event = {
if (elementObservers.length == 0) {
OpenLayers.Event.observers[element.id] = null;
}
break;
foundEntry = true;
break;
}
i++;
}