Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gartz committed Apr 11, 2016
1 parent 23f985c commit 9f2b6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/route-force-hash-navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('PushStateTree hash-navigation should', function() {
PushStateTree.hasPushState = cacheVal;
});

it(`force hash navigation if browser doesn't support pushState`, () => {
it('force hash navigation if browser doesn\'t support pushState', () => {
var pst = new PushStateTree({
usePushState: true
});
Expand Down

0 comments on commit 9f2b6c7

Please sign in to comment.