mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
fix accidental error
This commit is contained in:
+2
-2
@@ -19,8 +19,8 @@ iD.Tree = function(graph) {
|
||||
|
||||
function entityRectangle(entity) {
|
||||
var rect = extentRectangle(entity.extent(head), entity.id);
|
||||
rect.id = id;
|
||||
rectangles[id] = rect;
|
||||
rect.id = entity.id;
|
||||
rectangles[entity.id] = rect;
|
||||
return rect;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user