From 6045ffcfbee9ac4f660fee919bc7a61fe45545dd Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Sat, 18 May 2013 09:06:42 -0700 Subject: [PATCH] Comment why _childNodes needn't be updated --- js/id/core/graph.js | 3 +++ 1 file changed, 3 insertions(+) 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