summaryrefslogtreecommitdiffstats
path: root/browser/components/pocket/content/panels/js/main.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/pocket/content/panels/js/main.mjs')
-rw-r--r--browser/components/pocket/content/panels/js/main.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/components/pocket/content/panels/js/main.mjs b/browser/components/pocket/content/panels/js/main.mjs
index b5ae0e9c3a..2c1da9528c 100644
--- a/browser/components/pocket/content/panels/js/main.mjs
+++ b/browser/components/pocket/content/panels/js/main.mjs
@@ -86,7 +86,7 @@ PKT_PANEL.prototype = {
const config = { attributes: false, childList: true, subtree: true };
// Callback function to execute when mutations are observed
- const callback = (mutationList, observer) => {
+ const callback = mutationList => {
mutationList.forEach(mutation => {
switch (mutation.type) {
case "childList": {