summaryrefslogtreecommitdiffstats
path: root/js/vendor/jquery/src/event/trigger.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/jquery/src/event/trigger.js')
-rw-r--r--js/vendor/jquery/src/event/trigger.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/vendor/jquery/src/event/trigger.js b/js/vendor/jquery/src/event/trigger.js
index 448f90878..a6fac70ea 100644
--- a/js/vendor/jquery/src/event/trigger.js
+++ b/js/vendor/jquery/src/event/trigger.js
@@ -164,7 +164,7 @@ jQuery.extend( jQuery.event, {
// But now, this "simulate" function is used only for events
// for which stopPropagation() is noop, so there is no need for that anymore.
//
- // For the compat branch though, guard for "click" and "submit"
+ // For the 1.x branch though, guard for "click" and "submit"
// events is still used, but was moved to jQuery.event.stopPropagation function
// because `originalEvent` should point to the original event for the constancy
// with other events and for more focused logic