mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Build: Fix the import path to serialize.js from ajax.js
This commit is contained in:
parent
05184cc448
commit
075320149a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user