mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-27 18:32:25 +02:00
3e45afbc5e
Actions are too low-level for annotations.
6 lines
110 B
JavaScript
6 lines
110 B
JavaScript
iD.actions.AddWay = function(way) {
|
|
return function(graph) {
|
|
return graph.replace(way);
|
|
};
|
|
};
|