This commit is contained in:
Mirco Wittrien 2019-11-05 20:01:34 +01:00
parent afb75f9b19
commit 60dd181b98
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,6 @@ if (window.BDFDB && BDFDB.ModuleUtils && typeof BDFDB.ModuleUtils.unpatch == "fu
var BDFDB = {
myPlugins: BDFDB && BDFDB.myPlugins || {},
InternalData: BDFDB && BDFDB.InternalData || {
creationTime: performance.now(),
patchedMessagePopouts: 0,
pressedKeys: [],
mousePosition: {
@ -18,6 +17,7 @@ var BDFDB = {
name: "$BDFDB"
};
(_ => {
BDFDB.InternalData.creationTime = performance.now();
var id = Math.round(Math.random() * 10000000000000000), InternalBDFDB = {};
BDFDB.id = id;

File diff suppressed because one or more lines are too long