Skip to content

Commit

Permalink
Backed out changeset 499b142f69c4 (bug 1702579) for causing lint fail…
Browse files Browse the repository at this point in the history
…ures. CLOSED TREE
  • Loading branch information
Butkovits Atila committed Apr 8, 2021
1 parent 6ed9bb2 commit 0de80cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ browser/components/enterprisepolicies/schemas/schema.jsm
browser/components/translation/cld2/
# Screenshots is imported as a system add-on and has
# their own lint rules currently.
# browser/extensions/screenshots/
browser/extensions/screenshots/
# generated or library files in pocket
browser/components/pocket/content/panels/js/tmpl.js

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
}
};
var observer = observer();

observer = new MutationObserver(callback);
observer.observe(document.body, {childList: true});
</script>
Expand Down

0 comments on commit 0de80cb

Please sign in to comment.