missing memo argument (fixes #2421)

This commit is contained in:
Bryan Housel
2014-10-23 22:21:17 -04:00
parent 004973faeb
commit b0841c1eda
+1 -1
View File
@@ -72,7 +72,7 @@ iD.Tree = function(head) {
diff.modified().forEach(function(entity) {
rtree.remove(rectangles[entity.id]);
insertions[entity.id] = entity;
updateParents(entity, insertions);
updateParents(entity, insertions, {});
});
diff.created().forEach(function(entity) {