Merge branch 'develop' into master

This commit is contained in:
MystaraTheGreat
2021-03-07 13:16:18 +00:00
committed by GitHub
138 changed files with 4912 additions and 4824 deletions

View File

@@ -125,7 +125,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);