stuff
This commit is contained in:
parent
cc585c9dfa
commit
56f5531c7a
|
@ -23,6 +23,8 @@
|
||||||
};
|
};
|
||||||
var loadid = Math.round(Math.random() * 10000000000000000), InternalBDFDB = {};
|
var loadid = Math.round(Math.random() * 10000000000000000), InternalBDFDB = {};
|
||||||
BDFDB.InternalData.loadid = loadid;
|
BDFDB.InternalData.loadid = loadid;
|
||||||
|
|
||||||
|
if (typeof Array.prototype.flat != "function") Array.prototype.flat = function () {return this;}
|
||||||
|
|
||||||
BDFDB.LogUtils = {};
|
BDFDB.LogUtils = {};
|
||||||
BDFDB.LogUtils.log = function (string, name) {
|
BDFDB.LogUtils.log = function (string, name) {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue