mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 17:52:55 +00:00
6 lines
113 B
JavaScript
6 lines
113 B
JavaScript
iD.actions.AddEntity = function(way) {
|
|
return function(graph) {
|
|
return graph.replace(way);
|
|
};
|
|
};
|