mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 21:48:00 -05:00
Fixed typo.
This commit is contained in:
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 ) {
|
||||
|
||||
Reference in New Issue
Block a user