From: John Resig Date: Thu, 14 Sep 2006 22:28:25 +0000 (+0000) Subject: Fixed typo. X-Git-Tag: 1.0.2~67 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ea53a61a38ecdddaea6f344fcaf74bfe1d37397c;p=jquery.git Fixed typo. --- diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index f7ebb8ddd..b094acf08 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 ) {