Files
iD/js/id/actions/start_way.js
T
2012-12-05 16:42:48 -05:00

6 lines
130 B
JavaScript

iD.actions.StartWay = function(way) {
return function(graph) {
return graph.replace(way, 'started a road');
};
};