mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 01:24:05 +02:00
6 lines
130 B
JavaScript
6 lines
130 B
JavaScript
iD.actions.StartWay = function(way) {
|
|
return function(graph) {
|
|
return graph.replace(way, 'started a road');
|
|
};
|
|
};
|