We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf829b commit 1823a71Copy full SHA for 1823a71
src/event/trigger.js
@@ -121,7 +121,7 @@ jQuery.extend( jQuery.event, {
121
special._default.apply( eventPath.pop(), data ) === false ) &&
122
acceptData( elem ) ) {
123
124
- // Call a native DOM method on the target with the same name name as the event.
+ // Call a native DOM method on the target with the same name as the event.
125
// Don't do default actions on window, that's where global variables be (#6170)
126
if ( ontype && jQuery.isFunction( elem[ type ] ) && !jQuery.isWindow( elem ) ) {
127
0 commit comments