mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 17:44:52 -04:00
Merge branch 'develop' into master
This commit is contained in:
commit
fbb0c59b4e
138 changed files with 4912 additions and 4824 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue