aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/event/trigger.js2
1 files changed, 1 insertions, 1 deletions
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 ) ) {