aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ajax.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ajax.js b/src/ajax.js
index 51bcf8a0e..3d4ce017b 100644
--- a/src/ajax.js
+++ b/src/ajax.js
@@ -9,7 +9,7 @@ import "./core/init.js";
import "./ajax/parseXML.js";
import "./event/trigger.js";
import "./deferred.js";
-import "./serialize"; // jQuery.param
+import "./serialize.js"; // jQuery.param
var
r20 = /%20/g,