Forget tabs when hidden or when an identity is removed or when the addon is disabled.

This commit is contained in:
baku
2017-02-18 15:40:54 +01:00
parent 1774c531a2
commit ee571bc0b5
2 changed files with 32 additions and 1 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ module.exports = {
],
"globals": {
"CustomizableUI": true,
"CustomizableWidgets": true
"CustomizableWidgets": true,
"SessionStore": true
},
"plugins": [
"promise"