mirror of
https://github.com/jquery/jquery.git
synced 2026-01-23 03:28:07 -05:00
Revert "Fixes #12569. Improve Feature Detect For oldIE bubbling. closes gh-967"
This reverts commit 063ea024e9.
I've beaten on this for a while and can't find a suitable feature detect that catches Chrome's support for focusin.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user