mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Remove context.childNodes function
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user