3rd-Eden / useragent

Useragent parser for Node.js, ported from browserscope.org
MIT License
897 stars 137 forks source link

enhance ie checking within is method (ie11) #41

Closed msemenistyi closed 10 years ago

msemenistyi commented 10 years ago

At the moment passing UA string of IE11 to is method returns false. Change msie to trident in order to ensure this is ie. Placed it in front of mozilla check as MS guys also removed 'compatible' word from string, so that mozilla mistakenly doesn't show true.

msemenistyi commented 10 years ago

Build fails due to previous errors. #40 fixes tests, so after merge they will pass