Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Southern
Created April 12, 2013 14:16
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 Southern/9e165c6a93096fc7febd to your computer and use it in GitHub Desktop.
Save Southern/9e165c6a93096fc7febd to your computer and use it in GitHub Desktop.
var doAllocations = function () {
//console.log('checking for allocations');
store.couch.db.view('coordel/ideaAllocations',{include_docs:true}, function(e, ideas){
if (e){
console.log("error getting allocations", e);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment