mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
fix for linting
This commit is contained in:
parent
c548a1225b
commit
c115203063
@ -358,9 +358,9 @@ App.prototype.toggleMetamaskActive = function () {
|
||||
}
|
||||
|
||||
App.prototype.clearNotifications = function () {
|
||||
chrome.notifications.getAll( function (object) {
|
||||
for (let notification in object){
|
||||
chrome.notifications.clear(notification)
|
||||
}
|
||||
chrome.notifications.getAll(function (object) {
|
||||
for (let notification in object){
|
||||
chrome.notifications.clear(notification)
|
||||
}
|
||||
})
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user