Skip to content

Instantly share code, notes, and snippets.

@dodilp
Created November 1, 2012 22:59
Show Gist options
  • Save dodilp/3997302 to your computer and use it in GitHub Desktop.
Save dodilp/3997302 to your computer and use it in GitHub Desktop.
function (doc, meta) {
if(doc1 && doc1.foo)
{
emit(doc1.foo);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment