mirror of
https://github.com/jquery/jquery.git
synced 2026-01-23 20:18:04 -05:00
Remove more attrFn vestiges from events.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user