mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Lint
This commit is contained in:
@@ -86,7 +86,7 @@ iD.Difference = function(base, head) {
|
||||
addParents(head.parentRelations(entities[i]), entities);
|
||||
}
|
||||
return entities;
|
||||
},
|
||||
};
|
||||
|
||||
difference.complete = function(extent) {
|
||||
var result = {}, id, change;
|
||||
@@ -120,9 +120,9 @@ iD.Difference = function(base, head) {
|
||||
result[diff[i]] = head.entity(diff[i]);
|
||||
}
|
||||
}
|
||||
|
||||
addParents(head.parentWays(entity), result);
|
||||
addParents(head.parentRelations(entity), result);
|
||||
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user