Skip to content

Commit 1823a71

Browse files
netildmethvin
authored andcommitted
Event: Remove duplicated word text on comment
Closes jquery#2751
1 parent fbf829b commit 1823a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/event/trigger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jQuery.extend( jQuery.event, {
121121
special._default.apply( eventPath.pop(), data ) === false ) &&
122122
acceptData( elem ) ) {
123123

124-
// Call a native DOM method on the target with the same name name as the event.
124+
// Call a native DOM method on the target with the same name as the event.
125125
// Don't do default actions on window, that's where global variables be (#6170)
126126
if ( ontype && jQuery.isFunction( elem[ type ] ) && !jQuery.isWindow( elem ) ) {
127127

0 commit comments

Comments
 (0)