mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 09:42:56 +00:00
This relies on iteration order of JS objects, which is technically undefined. But currently all relevant browsers implement first-defined-first-iterated order for non-numeric keys. And I've written the specs so that they will fail on browsers that don't adhere to this.