Skip to content

Commit

Permalink
Adds user view
Browse files Browse the repository at this point in the history
  • Loading branch information
lennart committed Jun 24, 2010
1 parent 4542945 commit 8663501
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions views/users/map.js
@@ -0,0 +1,5 @@
function(doc) {
if(doc.name && doc.url) {
emit(doc.name, 1);
}
}

0 comments on commit 8663501

Please sign in to comment.