Files
iD/modules/actions/add_entity.js
2016-06-14 18:52:48 +05:30

6 lines
106 B
JavaScript

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