summaryrefslogtreecommitdiffstats
path: root/browser/extensions/screenshots/sitehelper.js
diff options
context:
space:
mode:
Diffstat (limited to 'browser/extensions/screenshots/sitehelper.js')
-rw-r--r--browser/extensions/screenshots/sitehelper.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/extensions/screenshots/sitehelper.js b/browser/extensions/screenshots/sitehelper.js
index 719e76dad2..e25f510070 100644
--- a/browser/extensions/screenshots/sitehelper.js
+++ b/browser/extensions/screenshots/sitehelper.js
@@ -30,7 +30,7 @@ this.sitehelper = (function () {
registerListener(
"delete-everything",
- catcher.watchFunction(event => {
+ catcher.watchFunction(() => {
// FIXME: reset some data in the add-on
}, false)
);