cinecove/defunctr

Remove dependency on Modernizr

Closed this issue · 4 comments

Remove the dependency on Modernizr so that implementers can use the code in instances where IE detection is the only goal.

+1 Exactly what we are looking for since the conditional comments method blocks the meta/htaccess option for disabling IE compatibility views.

I vote for this change too

Are you guys using the css class features, javascript properties, or both? If nobody is using the properties attached to Modernizer (ie window.Modernizr.ie-6) then I don't have to worry about replicating the functionality.

I've used both of this features (css and js)