change it to !include

This commit is contained in:
Chris Anderson 2009-01-02 01:59:33 -08:00
parent d6088be47f
commit 7644217add
8 changed files with 43 additions and 14 deletions

View file

@ -2,7 +2,7 @@
// and the list of keys it contains
function(doc) {
// include-lib
// !include lib
var k, keys = []
for (k in doc) keys.push(k);
emit(doc._id, keys);