Skip to content

Instantly share code, notes, and snippets.

@lislon
Created February 18, 2015 14:56
Show Gist options
  • Select an option

  • Save lislon/700c66ee579595d54088 to your computer and use it in GitHub Desktop.

Select an option

Save lislon/700c66ee579595d54088 to your computer and use it in GitHub Desktop.
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