Fixed typo.
This commit is contained in:
parent
130f3e6d43
commit
ea53a61a38
2
src/jquery/jquery.js
vendored
2
src/jquery/jquery.js
vendored
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in a new issue