Remove context.childNodes function

This commit is contained in:
Quincy Morgan
2020-03-21 13:56:11 -07:00
parent 5fd25601fe
commit fac613e1dc
6 changed files with 5 additions and 6 deletions
-1
View File
@@ -247,7 +247,6 @@ export function coreContext() {
/* Graph */
context.hasEntity = (id) => _history.graph().hasEntity(id);
context.entity = (id) => _history.graph().entity(id);
context.childNodes = (way) => _history.graph().childNodes(way);
context.geometry = (id) => context.entity(id).geometry(_history.graph());