diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index f7ebb8dd..b094acf0 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -2132,7 +2132,7 @@ jQuery.extend({ var c = this.events[event.type]; var args = [].slice.call( arguments, 1 ); - args.unshiftT( event ); + args.unshift( event ); for ( var j in c ) { if ( c[j].apply( this, args ) === false ) {