Merge branch 'master' of github.com:jquery/jquery

Conflicts:
	src/support.js
This commit is contained in:
jaubourg 2011-04-07 06:56:19 +02:00
commit 6832595ccd

View File

@ -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