Skip to content

Commit

Permalink
fix: polyfill remove
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexays committed Mar 19, 2018
1 parent 1cd1710 commit 80a253c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/cards/QuickSettings/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default {
},
clear() {
this.loading = true;
chrome.browsingData.remove({}, Object.assign({}, this.types)).then(() => {
chrome.browsingData.remove({}, Object.assign({}, this.types), () => {
this.types = {
cache: false,
cookies: false,
Expand Down

0 comments on commit 80a253c

Please sign in to comment.