Files
iD/modules/actions/add_entity.js
T
Tom MacWright 266504d4e2 Baby steps mode
2016-06-06 16:54:24 -04:00

6 lines
107 B
JavaScript

module.exports = function(way) {
return function(graph) {
return graph.replace(way);
};
};