Skip to content

Instantly share code, notes, and snippets.

@johanbrook
Created February 21, 2014 12:19
Show Gist options
  • Save johanbrook/9133324 to your computer and use it in GitHub Desktop.
Save johanbrook/9133324 to your computer and use it in GitHub Desktop.
doSomething(func).then(function(res) {
res.title = "hej";
return Q.fcall(function() {
return res;
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment