mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-21 21:24:04 +00:00
6 lines
85 B
JavaScript
6 lines
85 B
JavaScript
export function Noop() {
|
|
return function(graph) {
|
|
return graph;
|
|
};
|
|
}
|