Skip to content
Permalink
Browse files
Revert "Fixes #12569. Improve Feature Detect For oldIE bubbling. closes
gh-967"

This reverts commit 063ea02.

I've beaten on this for a while and can't find a suitable feature detect that catches Chrome's support for focusin.
  • Loading branch information
dmethvin committed Nov 15, 2012
1 parent 02c726f commit 05fb5de
Showing 1 changed file with 1 addition and 1 deletion.
@@ -153,7 +153,7 @@ jQuery.support = (function() {
// are used, namely in IE. Short-circuiting here helps us to
// avoid an eval call (in setAttribute) which can cause CSP
// to go haywire. See: https://developer.mozilla.org/en/Security/CSP
if ( !div.addEventListener ) {
if ( div.attachEvent ) {
for ( i in {
submit: true,
change: true,

0 comments on commit 05fb5de

Please sign in to comment.