Build: Fix the import path to serialize.js from ajax.js

This commit is contained in:
Michał Gołębiowski-Owczarek 2019-11-19 15:18:27 +01:00
parent 05184cc448
commit 075320149a

View File

@ -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,