Commit 453844b2 authored by l2m2's avatar l2m2

upload

parent 387f249b
......@@ -18,6 +18,6 @@ var r = _.chain(arr).reduce(function(prev, curr){
prev[curr.name] = curr;
}
return prev;
}, {}).value();
}, {}).values().value();
print(JSON.stringify(r, null, ' '));
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment