summaryrefslogtreecommitdiffstats
path: root/toolkit/content/widgets/richlistbox.js
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/content/widgets/richlistbox.js')
-rw-r--r--toolkit/content/widgets/richlistbox.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/content/widgets/richlistbox.js b/toolkit/content/widgets/richlistbox.js
index 904ef9ceec..01d970e6ed 100644
--- a/toolkit/content/widgets/richlistbox.js
+++ b/toolkit/content/widgets/richlistbox.js
@@ -126,7 +126,7 @@
}
});
- this.addEventListener("focus", event => {
+ this.addEventListener("focus", () => {
if (this.getRowCount() > 0) {
if (this.currentIndex == -1) {
this.currentIndex = this.getIndexOfFirstVisibleRow();