Fixed typo.
authorJohn Resig <jeresig@gmail.com>
Thu, 14 Sep 2006 22:28:25 +0000 (22:28 +0000)
committerJohn Resig <jeresig@gmail.com>
Thu, 14 Sep 2006 22:28:25 +0000 (22:28 +0000)
src/jquery/jquery.js

index f7ebb8d..b094acf 100644 (file)
@@ -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 ) {