mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-23 04:23:30 +01:00
6 lines
106 B
JavaScript
6 lines
106 B
JavaScript
export function AddEntity(way) {
|
|
return function(graph) {
|
|
return graph.replace(way);
|
|
};
|
|
}
|