From 9411007857197152efb9f15965fd686020b19c23 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Fri, 2 Sep 2022 12:38:44 +0200 Subject: [PATCH] Update 0BDFDB.plugin.js --- Library/0BDFDB.plugin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index 1fdce59f57..7ff8562865 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -102,6 +102,7 @@ module.exports = (_ => { chunkObserver: {}, contextChunkObserver: {} }; + const Plugin = function (changeLog) { return class Plugin { constructor (meta) {for (let key in meta) if (!this[key]) this[key] = meta[key];}