Merge branch 'develop' into master

This commit is contained in:
MystaraTheGreat 2021-03-07 13:16:18 +00:00 committed by GitHub
commit fbb0c59b4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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);