I contacted Paul Irish already about an issue with how touch support is currently detected in Modernizr 1.2. iPhones and iPads fire a mousemove event when an element gains focus, and currently Modern…
Hi,
this line fails in IE:
```
var match = (fn+'').match(fnrx);
if (!match)
throw "ParseError: sorry, something went wrong on my end; are you sure you're passing me a valid function?" + (fn+'');…