mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-19 04:03:59 +00:00
Fix difference
This commit is contained in:
@@ -243,6 +243,7 @@ iD.Graph.prototype = {
|
||||
|
||||
keys = Object.keys(graph.entities);
|
||||
for (i = 0; i < keys.length; i++) {
|
||||
id = keys[i];
|
||||
entity = graph.entities[id];
|
||||
if (entity && !this.entities.hasOwnProperty(id)) {
|
||||
result.push(id);
|
||||
|
||||
Reference in New Issue
Block a user