datahub/views/all/map.js
2011-03-08 19:48:57 -08:00

8 lines
123 B
JavaScript

/**
* A simple map function mocking _all, but allows usage with lists etc.
*
*/
function(doc) {
emit(doc.id, doc);
}