Fix difference

This commit is contained in:
Ansis Brammanis
2013-01-30 14:11:54 -05:00
parent e08364d492
commit 5a35b6bfa4

View File

@@ -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);