This commit is contained in:
MystaraTheGreat
2021-03-07 20:14:36 +00:00
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);