mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Fixed typo from commit 542099a278
.
This commit is contained in:
parent
65ebf57c1e
commit
253e73af51
@ -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 );
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user