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 #39

Closed msheakoski closed 11 years ago

msheakoski commented 12 years ago

Fixes #37

keithclark commented 11 years ago

I do see the need for this and am happy for UA sniffing to be use as a work around but I think it would be better to reuse the IE test on line 39 to achieve this.

msheakoski commented 11 years ago

Please use PR #43 instead. Thanks!