cowboy/jquery-hashchange

Cannot read property 'msie' of undefined

leckylao opened this issue · 3 comments

Uncaught TypeError: Cannot read property 'msie' of undefined jquery.ba-hashchange.min.js?body=1:10

Uncaught TypeError: Cannot read property 'msie' of undefined jquery.ba-hashchange.js?body=1:300

$.browser.msie && !supports_onhashchange && (function(){

Seems like the msie is undefined. And I do need support for IE8.

Yeah I'm seeing it as well, would be due to jQuery removing $.browser I guess

Duplicate of #42.

seeing this problem as well, any suggestions on a fix? and 👍 @rohan-deshpande, I'll bet that's the issue.