Last active
December 29, 2015 04:59
-
-
Save hardfire/7618222 to your computer and use it in GitHub Desktop.
backbone delay context
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_(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