mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00: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:
parent
02c726f71c
commit
05fb5de3ee
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user