aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ajax.js')
-rw-r--r--src/ajax.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ajax.js b/src/ajax.js
index 3fd882a2f..7310b5e15 100644
--- a/src/ajax.js
+++ b/src/ajax.js
@@ -3,6 +3,8 @@ define([
"./var/rnotwhite",
"./ajax/var/nonce",
"./ajax/var/rquery",
+ "./ajax/parseJSON",
+ "./ajax/parseXML",
"./deferred"
], function( jQuery, rnotwhite, nonce, rquery ) {