mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
6 lines
112 B
JavaScript
6 lines
112 B
JavaScript
export function actionAddEntity(way) {
|
|
return function(graph) {
|
|
return graph.replace(way);
|
|
};
|
|
}
|