]> source.dussan.org Git - jquery.git/commitdiff
Event: Remove duplicated word text on comment 2771/head
authorJae Sung Park <alberto.park@gmail.com>
Thu, 3 Dec 2015 06:34:03 +0000 (15:34 +0900)
committerDave Methvin <dave.methvin@gmail.com>
Thu, 3 Dec 2015 13:53:22 +0000 (08:53 -0500)
Closes #2751

src/event/trigger.js

index 448f90878d1707af94440048afbb53243ee2a239..8f5f778457d3040dd41b2aa2b67d36e8ca088d1e 100644 (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 ) ) {