Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jquery/jquery
Browse files Browse the repository at this point in the history
Conflicts:
	src/support.js
  • Loading branch information
jaubourg committed Apr 7, 2011
2 parents c1dcad6 + bbd9c77 commit 6832595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event.js
Expand Up @@ -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
Expand Down

0 comments on commit 6832595

Please sign in to comment.