Created
December 5, 2011 10:40
-
-
Save preslavrachev/1433175 to your computer and use it in GitHub Desktop.
Backbone.js: binding an event listener to respond when the url has been changed
This file contains hidden or 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
//binding an event listener to respond when the url has been changed | |
router.bind("route:help", function(page) { | |
... | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment