Skip to content

Instantly share code, notes, and snippets.

@raycmorgan
Created January 7, 2012 02:52
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 raycmorgan/1573599 to your computer and use it in GitHub Desktop.
Save raycmorgan/1573599 to your computer and use it in GitHub Desktop.
var foo = db.get('foo', function (err, res) {
callback(err, res);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment