This commit is contained in:
Tom MacWright
2013-01-09 14:57:42 -05:00
parent c43c7ab7bd
commit 11b3d0d24c
+1 -1
View File
@@ -83,7 +83,7 @@ iD.Map = function() {
for (var k = 0; k < parents.length; k++) {
// Don't re-fetch parents
if (only[parents[k].id] === undefined) {
only[parent.id] = graph.fetch(parents[k].id);
only[parents[k].id] = graph.fetch(parents[k].id);
}
}
}