mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
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 New Issue
Block a user