devote / HTML5-History-API

HTML5 History API expansion for browsers not supporting pushState, replaceState
http://spb-piksel.ru
MIT License
1.02k stars 182 forks source link

IE8 crash #81

Closed brice-t closed 8 years ago

brice-t commented 8 years ago

I am not sure about this fix, buy I have a crash under IE8 on this line. This fix solves the problem.

devote commented 8 years ago

Hi, Are you sure that it works? click event does not stop working?

devote commented 8 years ago

IE8 does not support interception clicking on the window object. This is most likely not the cause of the error.