Skip to content

Instantly share code, notes, and snippets.

@gronnbeck
Created November 9, 2015 10:47
Show Gist options
  • Save gronnbeck/691b17b8950c8b092e08 to your computer and use it in GitHub Desktop.
Save gronnbeck/691b17b8950c8b092e08 to your computer and use it in GitHub Desktop.
function factory(value) {
return function callback(error) {
// handle error
}
}
a.on("error", factory(value));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment