Merge branch 'develop' into Issue-TranslateEncodedHtml

This commit is contained in:
Michael Teeuw
2021-01-21 15:10:14 +01:00
committed by GitHub
18 changed files with 358 additions and 217 deletions

View File

@@ -114,7 +114,7 @@ var Loader = (function () {
* @param {Function} callback Function called when done.
*/
var loadModule = function (module, callback) {
var url = module.path + "/" + module.file;
var url = module.path + module.file;
var afterLoad = function () {
var moduleObject = Module.create(module.name);