Skip to content

Commit

Permalink
Use pushState
Browse files Browse the repository at this point in the history
  • Loading branch information
froots committed Sep 13, 2011
1 parent ae1f633 commit 008d0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/javascripts/routers/AppRoutes.spec.js
Expand Up @@ -4,7 +4,7 @@ describe("AppRouter routes", function() {
this.router = new AppRouter;
this.routeSpy = sinon.spy();
try {
Backbone.history.start({silent:true});
Backbone.history.start({silent:true, pushState:true});
} catch(e) {}
});

Expand Down

0 comments on commit 008d0f0

Please sign in to comment.