Skip to content

Commit

Permalink
Remove no-longer-needed CriOS hack
Browse files Browse the repository at this point in the history
  • Loading branch information
taion committed Jan 15, 2016
1 parent d691a75 commit 432abc7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/DOMUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ export function supportsHistory() {
ua.indexOf('Windows Phone') === -1) {
return false
}
// FIXME: Work around our browser history not working correctly on Chrome
// iOS: https://github.com/rackt/react-router/issues/2565
if (ua.indexOf('CriOS') !== -1) {
return false
}
return window.history && 'pushState' in window.history
}

Expand Down

0 comments on commit 432abc7

Please sign in to comment.