Fixed typo.

This commit is contained in:
John Resig 2006-09-14 22:28:25 +00:00
parent 130f3e6d43
commit ea53a61a38

View 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 ) {