Files
iD/modules/actions/add_entity.js
T
2016-06-14 09:09:44 -04:00

6 lines
107 B
JavaScript

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