Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/event.js
|
@@ -680,7 +680,7 @@ function trigger( type, elem, args ) { |
|
|
if ( !jQuery.support.focusBubbles ) { |
|
|
|
|
|
jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ){ |
|
|
event.special[ orig ] = { |
|
|
jQuery.event.special[ orig ] = { |
|
|
setup: function() { |
|
|
jQuery.event.add( this, fix, ieHandler ); |
|
|
}, |
|
|