turbolinks / turbolinks-classic

Classic version of Turbolinks. Now deprecated in favor of Turbolinks 5.
MIT License
3.54k stars 431 forks source link

IE 10 #543

Closed galulex closed 9 years ago

galulex commented 9 years ago

Turbolinks.supported returns true.

When I click on the link I get next error:

Unable to get property 'pushState' of undefined or null reference

IE version is 10.0.9200.16521. Turbolinks version is 3.0.0, master branch

Thibaut commented 9 years ago

The tests pass for me on IE 10. Do you have a live demo where we can replicate?