Skip to content

Instantly share code, notes, and snippets.

@davidcoallier
Created February 15, 2010 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidcoallier/304691 to your computer and use it in GitHub Desktop.
Save davidcoallier/304691 to your computer and use it in GitHub Desktop.
function(doc) {
if (doc.name && doc.value) {
emit(doc.name, doc.value);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment