Fixed typo from commit 542099a278.

This commit is contained in:
John Resig 2009-12-11 12:49:22 -08:00
parent 65ebf57c1e
commit 253e73af51

View file

@ -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 );
},