Skip to content

Commit

Permalink
Fixed typo from commit 542099a.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresig committed Dec 11, 2009
1 parent 65ebf57 commit 253e73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event.js
Expand Up @@ -680,7 +680,7 @@ function trigger( type, elem, args ) {
if ( !jQuery.support.focusBubbles ) { if ( !jQuery.support.focusBubbles ) {


jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ){ jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ){
event.special[ orig ] = { jQuery.event.special[ orig ] = {
setup: function() { setup: function() {
jQuery.event.add( this, fix, ieHandler ); jQuery.event.add( this, fix, ieHandler );
}, },
Expand Down

0 comments on commit 253e73a

Please sign in to comment.