Mercurial > hg > Feedworm
view backend/couchdb/CouchApp/feedworm/views/preference/map.js @ 200:a122d42bfe72
remove unimplemented test
author | dirk |
---|---|
date | Fri, 27 Jan 2012 09:46:40 +0100 |
parents | a5bda54309ba |
children |
line wrap: on
line source
function(doc) { if (doc.doctype == "preferences") { emit(doc._id, doc) } }