Skip to content

Instantly share code, notes, and snippets.

@Enome
Forked from kenperkins/gist:5199162
Last active December 15, 2015 04:09
Show Gist options
  • Save Enome/5199203 to your computer and use it in GitHub Desktop.
Save Enome/5199203 to your computer and use it in GitHub Desktop.
var service = something('foo');
service.error(function (error) {
next(error)
});
service.client(function (client){
// do stuff with client
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment