Mercurial > hg > Feedworm
view backend/couchdb/CouchApp/feedworm/views/preference/map.js @ 207:c694bfb732bc
implement zooming the web view
author | dirk |
---|---|
date | Wed, 25 Jul 2012 01:49:28 +0200 |
parents | a5bda54309ba |
children |
line wrap: on
line source
function(doc) { if (doc.doctype == "preferences") { emit(doc._id, doc) } }