Mercurial > hg > Feedworm
view backend/couchdb/CouchApp/feedworm/views/preference/map.js @ 249:5695197a3ca5
Add an about Qt help menu item
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 09 Jun 2016 05:19:03 +0200 |
parents | a5bda54309ba |
children |
line wrap: on
line source
function(doc) { if (doc.doctype == "preferences") { emit(doc._id, doc) } }