mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 08:37:59 +01:00
Prepare for merge with testing branch.
This commit is contained in:
@@ -85,7 +85,7 @@ window.addEventListener("load", function () {
|
||||
set.add(seen, module.name);
|
||||
|
||||
for (let dep in values(module.requires))
|
||||
load(Module.constructors[dep], module.name);
|
||||
load(Module.constructors[dep], module.name, dep);
|
||||
|
||||
dump("Load" + (isstring(prereq) ? " " + prereq + " dependency: " : ": ") + module.name);
|
||||
modules[module.name] = module();
|
||||
|
||||
Reference in New Issue
Block a user