Ajax: move ajax event aliases to their own file

Fixes #15126
This commit is contained in:
Timmy Willison
2014-06-02 12:39:11 -04:00
parent 369add5f1d
commit 8530a2fc72
4 changed files with 15 additions and 8 deletions

1
src/jquery.js vendored
View File

@@ -23,6 +23,7 @@ define([
"./ajax/script",
"./ajax/jsonp",
"./ajax/load",
"./event/ajax",
"./effects",
"./effects/animatedSelector",
"./offset",