From: Jae Sung Park Date: Thu, 3 Dec 2015 06:34:03 +0000 (+0900) Subject: Event: Remove duplicated word text on comment X-Git-Tag: 3.0.0-beta1~19 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1823a715660a5f31dd7e05672e9ad020066256a9;p=jquery.git Event: Remove duplicated word text on comment Closes #2751 --- diff --git a/src/event/trigger.js b/src/event/trigger.js index 448f90878..8f5f77845 100644 --- a/src/event/trigger.js +++ b/src/event/trigger.js @@ -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 ) ) {