keithclark / selectivizr

selectivizr is a JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8.
1.71k stars 247 forks source link

Test for IE with user agent instead of conditional compilation to avoid errors during minification [UPDATED] #43

Closed msheakoski closed 11 years ago

msheakoski commented 11 years ago

Fixes #37

I had to make a new PR instead of patching the old one because I deleted my fork. This one follows your suggestion to reuse the IE test on line 39.