initial commit

This commit is contained in:
maxogden
2011-03-08 19:48:57 -08:00
commit 5e2a36bda5
16 changed files with 818 additions and 0 deletions

7
views/all/map.js Normal file
View File

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