Created
February 18, 2015 14:56
-
-
Save lislon/700c66ee579595d54088 to your computer and use it in GitHub Desktop.
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
| app.on('start', function() { | |
| if (Backbone.history) { | |
| var state = Backbone.history.start({ | |
| pushState: false, | |
| }); | |
| console.log("history started?"); | |
| } | |
| }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment