aboutsummaryrefslogtreecommitdiffstats
path: root/src/jquery.js
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2014-06-02 12:39:11 -0400
committerTimmy Willison <timmywillisn@gmail.com>2014-06-02 12:41:24 -0400
commit8530a2fc726bf70cf57631c6054dd99488e890d7 (patch)
treeb120519b21c1930b465b1a33510d0759a6f9eef3 /src/jquery.js
parent369add5f1d2128559aacd76b224d5171ba151eca (diff)
downloadjquery-8530a2fc726bf70cf57631c6054dd99488e890d7.tar.gz
jquery-8530a2fc726bf70cf57631c6054dd99488e890d7.zip
Ajax: move ajax event aliases to their own file
Fixes #15126
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 ac5ea9fd7..7c1528b88 100644
--- a/src/jquery.js
+++ b/src/jquery.js
@@ -23,6 +23,7 @@ define([
"./ajax/script",
"./ajax/jsonp",
"./ajax/load",
+ "./event/ajax",
"./effects",
"./effects/animatedSelector",
"./offset",