summaryrefslogtreecommitdiffstats
path: root/testing/talos/talos/pageloader/chrome/a11y.js
diff options
context:
space:
mode:
Diffstat (limited to 'testing/talos/talos/pageloader/chrome/a11y.js')
-rw-r--r--testing/talos/talos/pageloader/chrome/a11y.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/talos/talos/pageloader/chrome/a11y.js b/testing/talos/talos/pageloader/chrome/a11y.js
index 3541076ee7..981a1700ac 100644
--- a/testing/talos/talos/pageloader/chrome/a11y.js
+++ b/testing/talos/talos/pageloader/chrome/a11y.js
@@ -55,7 +55,7 @@
ensureAccessibleTreeForNode(node);
}
- addEventListener("DOMContentLoaded", e => {
+ addEventListener("DOMContentLoaded", () => {
Cu.exportFunction(initAccessibility, content, {
defineAs: "initAccessibility",
});