Forgot SB.

This commit is contained in:
Official Noob
2019-12-31 19:20:20 +00:00
committed by GitHub
parent 67f9697f3f
commit 8baf11a053

View File

@@ -3,7 +3,7 @@ SB = {};
function configProxy() {
chrome.storage.onChanged.addListener((changes, namespace) => {
for (key in changes) {
localconfig[key] = changes[key].newValue;
SB.localconfig[key] = changes[key].newValue;
}
});
var handler = {