stuff
This commit is contained in:
parent
afb75f9b19
commit
60dd181b98
|
@ -4,7 +4,6 @@ if (window.BDFDB && BDFDB.ModuleUtils && typeof BDFDB.ModuleUtils.unpatch == "fu
|
||||||
var BDFDB = {
|
var BDFDB = {
|
||||||
myPlugins: BDFDB && BDFDB.myPlugins || {},
|
myPlugins: BDFDB && BDFDB.myPlugins || {},
|
||||||
InternalData: BDFDB && BDFDB.InternalData || {
|
InternalData: BDFDB && BDFDB.InternalData || {
|
||||||
creationTime: performance.now(),
|
|
||||||
patchedMessagePopouts: 0,
|
patchedMessagePopouts: 0,
|
||||||
pressedKeys: [],
|
pressedKeys: [],
|
||||||
mousePosition: {
|
mousePosition: {
|
||||||
|
@ -18,6 +17,7 @@ var BDFDB = {
|
||||||
name: "$BDFDB"
|
name: "$BDFDB"
|
||||||
};
|
};
|
||||||
(_ => {
|
(_ => {
|
||||||
|
BDFDB.InternalData.creationTime = performance.now();
|
||||||
var id = Math.round(Math.random() * 10000000000000000), InternalBDFDB = {};
|
var id = Math.round(Math.random() * 10000000000000000), InternalBDFDB = {};
|
||||||
BDFDB.id = id;
|
BDFDB.id = id;
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue