mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 21:48:00 -05:00
Fix simulate() arg order.
This commit is contained in:
@@ -913,7 +913,7 @@ if ( !jQuery.support.focusinBubbles ) {
|
||||
};
|
||||
|
||||
function handler( event ) {
|
||||
simulate( fix, jQuery.event.fix( event ), event.target, true );
|
||||
simulate( fix, event.target, jQuery.event.fix( event ), true );
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user