Skip to content

Instantly share code, notes, and snippets.

@chrislaughlin
Created August 25, 2014 11:27
Show Gist options
  • Save chrislaughlin/ba271e76cd90eac7393a to your computer and use it in GitHub Desktop.
Save chrislaughlin/ba271e76cd90eac7393a to your computer and use it in GitHub Desktop.
noop with promises
promiseFunction(inputData).then(function() {
});
//Can be changed to
promiseFunction(inputData).then($.noop());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment