diff --git a/js/id/core/graph.js b/js/id/core/graph.js index ec388756b..5da30c957 100644 --- a/js/id/core/graph.js +++ b/js/id/core/graph.js @@ -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