Skip to content

Instantly share code, notes, and snippets.

@colwem
Created March 27, 2016 04:52
Show Gist options
  • Select an option

  • Save colwem/e34e830ebdc57cb3ede5 to your computer and use it in GitHub Desktop.

Select an option

Save colwem/e34e830ebdc57cb3ede5 to your computer and use it in GitHub Desktop.
funcWithCallback(args, createCallback(obj));
function createCallback(obj) {
return function (err, data) {
//do stuff with data and obj
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment