Skip to content

Commit 08f5a69

Browse files
seanadkinsonryanflorence
authored andcommitted
[fixed] location="history" fallback
1 parent 33695b4 commit 08f5a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/stores/URLStore.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ var URLStore = {
151151
}
152152

153153
if (location === 'history' && !supportsHistory()) {
154-
location = 'disabledHistory';
154+
_location = 'disabledHistory';
155155
return;
156156
}
157157

0 commit comments

Comments
 (0)