Cleanup cookieJar when addon is uninstall - issue #300

This commit is contained in:
baku
2017-03-02 15:53:24 +01:00
parent e49dd0b407
commit 50b58f649f
2 changed files with 9 additions and 2 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ module.exports = {
"globals": {
"CustomizableUI": true,
"CustomizableWidgets": true,
"SessionStore": true
"SessionStore": true,
"Services": true
},
"plugins": [
"promise"