Mercurial > hg > Feedworm
view backend/couchdb/CouchApp/feedworm/views/preference/map.js @ 172:214addba1f93
always return an int value for daysToKeepFeedEntries
author | dirk |
---|---|
date | Fri, 09 Sep 2011 17:17:39 +0200 |
parents | a5bda54309ba |
children |
line wrap: on
line source
function(doc) { if (doc.doctype == "preferences") { emit(doc._id, doc) } }