log wtf is going on with scaler and resizer
This commit is contained in:
parent
0aa7beb525
commit
35208cf9e8
@ -44,6 +44,16 @@ class Logger {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static async getConfig() {
|
static async getConfig() {
|
||||||
|
return { "allowLogging": true,
|
||||||
|
"consoleOptions": {
|
||||||
|
"enabled": true,
|
||||||
|
"debug": true,
|
||||||
|
"resizer": true,
|
||||||
|
"scaler": true,
|
||||||
|
"stretcher": true
|
||||||
|
},
|
||||||
|
"fileOptions": {}
|
||||||
|
}
|
||||||
let ret;
|
let ret;
|
||||||
|
|
||||||
if (currentBrowser.firefox) {
|
if (currentBrowser.firefox) {
|
||||||
|
Loading…
Reference in New Issue
Block a user