Event: Remove duplicated word text on comment

Closes #2751
This commit is contained in:
Jae Sung Park 2015-12-03 15:34:03 +09:00 committed by Dave Methvin
parent fbf829b724
commit 1823a71566

View File

@ -121,7 +121,7 @@ jQuery.extend( jQuery.event, {
special._default.apply( eventPath.pop(), data ) === false ) &&
acceptData( elem ) ) {
// 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.
// Don't do default actions on window, that's where global variables be (#6170)
if ( ontype && jQuery.isFunction( elem[ type ] ) && !jQuery.isWindow( elem ) ) {