initial commit
This commit is contained in:
7
views/all/map.js
Normal file
7
views/all/map.js
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* A simple map function mocking _all, but allows usage with lists etc.
|
||||
*
|
||||
*/
|
||||
function(doc) {
|
||||
emit(doc.id, doc);
|
||||
}
|
||||
Reference in New Issue
Block a user