mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-17 21:15:47 +01:00
Allow loading plugins globally.
This commit is contained in:
@@ -128,6 +128,8 @@ let jsmodules = {
|
||||
memoize(target || this, name, function (name) require(module)[name]);
|
||||
}
|
||||
};
|
||||
jsmodules.jsmodules = jsmodules;
|
||||
|
||||
let use = {};
|
||||
let loaded = {};
|
||||
let currentModule;
|
||||
|
||||
Reference in New Issue
Block a user