This commit is contained in:
Official Noob
2020-01-01 19:12:15 +00:00
committed by GitHub
parent a70aa7723e
commit 1362331a93

4
SB.js
View File

@@ -28,12 +28,12 @@ fetchConfig = _ => new Promise(function(resolve, reject) {
async function config() { async function config() {
await fetchConfig(); await fetchConfig();
addDefaults(); addDefaults();
SB.config = configProxy(); SB.config = configProxy();
} }
SB.defaults = { SB.defaults = {
"sponsorTimeKey": [], "sponsorTimes": new Map(),
"startSponsorKeybind": ";", "startSponsorKeybind": ";",
"submitKeybind": "'", "submitKeybind": "'",
"minutesSaved": 0, "minutesSaved": 0,