Fixed typo from commit 542099a278
.
This commit is contained in:
parent
65ebf57c1e
commit
253e73af51
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue