Update SB.js

This commit is contained in:
Official Noob
2020-01-16 18:03:40 +00:00
committed by GitHub
parent e784dc017d
commit e286797ac5

5
SB.js
View File

@@ -65,7 +65,10 @@ class MapIO {
}
clear(key) {
return this.map.clear();
this.map.clear();
chrome.storage.sync.set({
[this.id]: encodeStoredItem(this.map)
});
}
}