]> git.openstreetmap.org Git - rails.git/commitdiff
Update to iD v1.6.2
authorJohn Firebaugh <john.firebaugh@gmail.com>
Fri, 24 Oct 2014 16:26:09 +0000 (09:26 -0700)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Fri, 24 Oct 2014 16:26:09 +0000 (09:26 -0700)
vendor/assets/iD/iD.js

index aae2dbf52c42bab12f0563f210af966eda8e687f..e38326bb73d2f44b45e6e578a1a7515fed7be962 100644 (file)
@@ -16428,7 +16428,7 @@ window.iD = function () {
     return d3.rebind(context, dispatch, 'on');
 };
 
     return d3.rebind(context, dispatch, 'on');
 };
 
-iD.version = '1.6.1';
+iD.version = '1.6.2';
 
 (function() {
     var detected = {};
 
 (function() {
     var detected = {};
@@ -23424,7 +23424,7 @@ iD.Tree = function(head) {
             diff.modified().forEach(function(entity) {
                 rtree.remove(rectangles[entity.id]);
                 insertions[entity.id] = entity;
             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) {
             });
 
             diff.created().forEach(function(entity) {