Skip to content

Commit

Permalink
[fixed] location="history" fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
seanadkinson authored and ryanflorence committed Aug 4, 2014
1 parent 33695b4 commit 08f5a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/stores/URLStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ var URLStore = {
}

if (location === 'history' && !supportsHistory()) {
location = 'disabledHistory';
_location = 'disabledHistory';
return;
}

Expand Down

0 comments on commit 08f5a69

Please sign in to comment.