Files
iD/modules/actions/add_entity.js
2016-10-04 19:06:20 -04:00

6 lines
112 B
JavaScript

export function actionAddEntity(way) {
return function(graph) {
return graph.replace(way);
};
}