modernizing couchapp
This commit is contained in:
parent
293e9abad8
commit
cc6039cbd4
4 changed files with 22 additions and 102 deletions
|
@ -2,6 +2,7 @@
|
|||
// and the list of keys it contains
|
||||
|
||||
function(doc) {
|
||||
// include-lib
|
||||
var k, keys = []
|
||||
for (k in doc) keys.push(k);
|
||||
emit(doc._id, keys);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue