2017-09-24 01:54:46 +02:00
|
|
|
Debug = {
|
|
|
|
debug: true,
|
2017-12-30 12:55:58 +01:00
|
|
|
keyboard: true,
|
2017-12-29 23:34:40 +01:00
|
|
|
debugResizer: true,
|
2017-12-30 12:55:58 +01:00
|
|
|
debugArDetect: false,
|
|
|
|
debugStorage: true,
|
2017-12-29 23:34:40 +01:00
|
|
|
showArDetectCanvas: false,
|
|
|
|
flushStoredSettings: true
|
2017-09-24 01:54:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
if(Debug.debug)
|
|
|
|
console.log("Guess we're debugging ultrawidify then. Debug.js must always load first, and others must follow.\nLoading: Debug.js");
|