Merge branch 'master' of github.com:jquery/jquery
Conflicts: src/support.js
This commit is contained in:
commit
6832595ccd
1 changed files with 1 additions and 1 deletions
|
@ -850,7 +850,7 @@ function trigger( type, elem, args ) {
|
|||
}
|
||||
|
||||
// Create "bubbling" focus and blur events
|
||||
if ( document.addEventListener ) {
|
||||
if ( !jQuery.support.focusinBubbles ) {
|
||||
jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) {
|
||||
|
||||
// Attach a single capturing handler while someone wants focusin/focusout
|
||||
|
|
Loading…
Reference in a new issue