Comment why _childNodes needn't be updated

This commit is contained in:
John Firebaugh
2013-05-18 09:06:42 -07:00
parent 293bb23876
commit 6045ffcfbe

View File

@@ -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