mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Remove more attrFn vestiges from events.
This commit is contained in:
parent
cdd5132dcc
commit
86b775d036
@ -1033,10 +1033,6 @@ jQuery.each( ("blur focus focusin focusout load resize scroll unload click dblcl
|
||||
this.trigger( name );
|
||||
};
|
||||
|
||||
if ( jQuery.attrFn ) {
|
||||
jQuery.attrFn[ name ] = true;
|
||||
}
|
||||
|
||||
if ( rkeyEvent.test( name ) ) {
|
||||
jQuery.event.fixHooks[ name ] = jQuery.event.keyHooks;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user