Skip to content

Instantly share code, notes, and snippets.

@mohuk
Created November 28, 2014 07:28
Show Gist options
  • Select an option

  • Save mohuk/a90c70721a3f1d83a266 to your computer and use it in GitHub Desktop.

Select an option

Save mohuk/a90c70721a3f1d83a266 to your computer and use it in GitHub Desktop.
test
function (url) {
return api.attempt(url).then(insert)
.catch(function (error) {
return Q.reject(error);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment