Skip to content

Commit

Permalink
Build: Fix the import path to serialize.js from ajax.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Nov 19, 2019
1 parent 05184cc commit 0753201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0753201

Please sign in to comment.