Optimization for jQuery.event.fix ... don't send fake event through jQuery.event.fix
This commit is contained in:
parent
508b1e2432
commit
77bb2c505f
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ jQuery.event = {
|
|||
|
||||
// Pass along a fake event
|
||||
if ( event )
|
||||
data.unshift( this.fix({ type: type, target: elem }) );
|
||||
data.unshift( { type: type, target: elem } );
|
||||
|
||||
// Enforce the right trigger type
|
||||
data[0].type = type;
|
||||
|
|
Loading…
Reference in a new issue