mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
6 lines
91 B
JavaScript
6 lines
91 B
JavaScript
export function actionNoop() {
|
|
return function(graph) {
|
|
return graph;
|
|
};
|
|
}
|