This commit is contained in:
Mirco Wittrien 2020-09-10 23:30:41 +02:00
parent f063389e13
commit 3a68e765e8
1 changed files with 1 additions and 2 deletions

View File

@ -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;}