mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-09 20:55:58 +00:00
The connection calls back with a Graph, rather than updating the one passed in the constructor in-place. History takes care of merging the new Graph into each version. (If we used prototype-based sharing, we could instead update a single special-case mutable root entity map.)