aboutsummaryrefslogtreecommitdiffstats
path: root/src/jquery.js
diff options
context:
space:
mode:
authorDave Methvin <dave.methvin@gmail.com>2015-11-04 21:53:09 -0500
committerDave Methvin <dave.methvin@gmail.com>2015-11-06 09:36:48 -0500
commitc9935b6d2db9e1be4bed12f7419e98cdca45763e (patch)
tree331c5fc6fd04ec3f115795a2632ccd38a56a8e33 /src/jquery.js
parent1da144867f3a49bbac4342bd3f3242baae108eb9 (diff)
downloadjquery-c9935b6d2db9e1be4bed12f7419e98cdca45763e.tar.gz
jquery-c9935b6d2db9e1be4bed12f7419e98cdca45763e.zip
Event: Separate trigger/simulate into its own module
Fixes gh-1864 Closes gh-2692 This also pulls the focusin/out special event into its own module, since that depends on simulate(). NB: The ajax module triggers events pretty heavily.
Diffstat (limited to 'src/jquery.js')
-rw-r--r--src/jquery.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jquery.js b/src/jquery.js
index 66a42808e..2faa9c3cd 100644
--- a/src/jquery.js
+++ b/src/jquery.js
@@ -11,6 +11,7 @@ define( [
"./attributes",
"./event",
"./event/alias",
+ "./event/focusin",
"./manipulation",
"./manipulation/_evalUrl",
"./wrap",