mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
() =>
This commit is contained in:
parent
2a4abf958d
commit
bdae68be35
1 changed files with 1 additions and 1 deletions
2
SB.js
2
SB.js
|
@ -19,7 +19,7 @@ function configProxy() {
|
|||
return new Proxy({}, handler);
|
||||
}
|
||||
|
||||
fetchConfig = _ => new Promise(function(resolve, reject) {
|
||||
fetchConfig = () => new Promise((resolve, reject) => {
|
||||
chrome.storage.sync.get(null, function(items) {
|
||||
SB.localconfig = items; // Data is ready
|
||||
resolve();
|
||||
|
|
Loading…
Reference in a new issue