mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-29 15:16:07 +02:00
13ea3325ee
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.)