new lib
This commit is contained in:
parent
f063389e13
commit
3a68e765e8
|
@ -40,8 +40,7 @@ module.exports = (_ => {
|
|||
delayedStart: [],
|
||||
updateTimeout: [],
|
||||
patchQueues: {}
|
||||
}
|
||||
const PluginStores.delayedLoad = [], PluginStores.delayedStart = [];
|
||||
};
|
||||
const Plugin = function(config) {
|
||||
return class Plugin {
|
||||
getName() {return config.name;}
|
||||
|
|
Loading…
Reference in New Issue