Events: execution order is theoretically not defined #4475
Closed
Description
opened on Apr 21, 2016
Event code uses for
to iterate over object properties, like seen here: https://github.com/Leaflet/Leaflet/blob/master/src/core/Events.js#L194
This should work, but browser vendors could change the iteration order anytime. Also numerical properties are treated differently apparently: http://stackoverflow.com/a/280861/342947
Metadata
Assignees
Labels
No labels
Activity