diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2019-11-19 15:18:27 +0100 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2019-11-19 15:18:27 +0100 |
commit | 075320149ae30a5c593c06b2fb015bdf033e0acf (patch) | |
tree | f3f291f20407c0d84924710689c4020dc2efae99 /src/ajax.js | |
parent | 05184cc448f4ed7715ddd6a5d724e167882415f1 (diff) | |
download | jquery-075320149ae30a5c593c06b2fb015bdf033e0acf.tar.gz jquery-075320149ae30a5c593c06b2fb015bdf033e0acf.zip |
Build: Fix the import path to serialize.js from ajax.js
Diffstat (limited to 'src/ajax.js')
-rw-r--r-- | src/ajax.js | 2 |
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, |