Ticket #568: foundEntry.patch
| File foundEntry.patch, 0.6 kB (added by euzuro, 2 years ago) |
|---|
-
lib/OpenLayers/Events.js
old new 171 171 if (elementObservers.length == 0) { 172 172 OpenLayers.Event.observers[element.id] = null; 173 173 } 174 foundEntry = true; 174 175 break; 175 foundEntry = true;176 176 } 177 177 i++; 178 178 }
