mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
Comment why _childNodes needn't be updated
This commit is contained in:
@@ -142,6 +142,9 @@ iD.Graph.prototype = {
|
||||
}
|
||||
|
||||
this.transients = {};
|
||||
|
||||
// this._childNodes is not updated, under the assumption that
|
||||
// ways are always downloaded with their child nodes.
|
||||
},
|
||||
|
||||
// Updates calculated properties (parentWays, parentRels) for the specified change
|
||||
|
||||
Reference in New Issue
Block a user