aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ajax.js2
-rw-r--r--src/core/parseXML.js (renamed from src/ajax/parseXML.js)0
-rw-r--r--src/jquery.js3
3 files changed, 3 insertions, 2 deletions
diff --git a/src/ajax.js b/src/ajax.js
index 3d4ce017b..44ec6e83b 100644
--- a/src/ajax.js
+++ b/src/ajax.js
@@ -6,7 +6,7 @@ import nonce from "./ajax/var/nonce.js";
import rquery from "./ajax/var/rquery.js";
import "./core/init.js";
-import "./ajax/parseXML.js";
+import "./core/parseXML.js";
import "./event/trigger.js";
import "./deferred.js";
import "./serialize.js"; // jQuery.param
diff --git a/src/ajax/parseXML.js b/src/core/parseXML.js
index d547eab53..d547eab53 100644
--- a/src/ajax/parseXML.js
+++ b/src/core/parseXML.js
diff --git a/src/jquery.js b/src/jquery.js
index 24e58a93c..53515267b 100644
--- a/src/jquery.js
+++ b/src/jquery.js
@@ -21,8 +21,9 @@ import "./ajax.js";
import "./ajax/xhr.js";
import "./ajax/script.js";
import "./ajax/jsonp.js";
-import "./core/parseHTML.js";
import "./ajax/load.js";
+import "./core/parseXML.js";
+import "./core/parseHTML.js";
import "./event/ajax.js";
import "./effects.js";
import "./effects/animatedSelector.js";