Update 0BDFDB.plugin.js
This commit is contained in:
parent
94bfa9ee17
commit
87d6220bbd
|
@ -18,6 +18,7 @@ module.exports = (_ => {
|
||||||
const BDFDB = {
|
const BDFDB = {
|
||||||
started: true
|
started: true
|
||||||
};
|
};
|
||||||
|
var Internal = {};
|
||||||
|
|
||||||
return class BDFDB_Frame {
|
return class BDFDB_Frame {
|
||||||
constructor (meta) {for (let key in meta) {
|
constructor (meta) {for (let key in meta) {
|
||||||
|
@ -36,7 +37,7 @@ module.exports = (_ => {
|
||||||
|
|
||||||
var changeLogs = {};
|
var changeLogs = {};
|
||||||
|
|
||||||
const Internal = Object.assign({}, BDFDB, {
|
Internal = Object.assign({}, BDFDB, {
|
||||||
patchPriority: 0,
|
patchPriority: 0,
|
||||||
forceSyncData: true,
|
forceSyncData: true,
|
||||||
settings: {},
|
settings: {},
|
||||||
|
|
Loading…
Reference in New Issue