From 3a68e765e818ded5af25fc16bb69a88c561ba406 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Thu, 10 Sep 2020 23:30:41 +0200 Subject: [PATCH] new lib --- Library/0BDFDB.plugin.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index a0d22ddf5f..808b0fbd64 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -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;}