Skip to content
Permalink
Browse files
Fixed typo from commit 542099a.
  • Loading branch information
jeresig committed Dec 11, 2009
1 parent 65ebf57 commit 253e73a
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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 );
},

0 comments on commit 253e73a

Please sign in to comment.