mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Optimization for jQuery.event.fix ... don't send fake event through jQuery.event.fix
This commit is contained in:
parent
508b1e2432
commit
77bb2c505f
@ -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 New Issue
Block a user