Skip to content

Instantly share code, notes, and snippets.

@hardfire
Last active December 29, 2015 04:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hardfire/7618222 to your computer and use it in GitHub Desktop.
Save hardfire/7618222 to your computer and use it in GitHub Desktop.
backbone delay context
_(function() {
this.trigger("awesome:event");
}).chain().bind(this).delay(500);
// Other ways of doing it in the github page
//https://github.com/jashkenas/underscore/issues/494
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment