From: John Resig <jeresig@gmail.com>
Date: Thu, 14 Sep 2006 22:28:25 +0000 (+0000)
Subject: Fixed typo.
X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=ea53a61a38ecdddaea6f344fcaf74bfe1d37397c;p=jquery.git

Fixed typo.
---

diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js
index f7ebb8d..b094acf 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 ) {