Bug 1708191 - fixed eslint failures. a=lint-fix CLOSED TREE

This commit is contained in:
Iulian Moraru 2021-05-11 09:01:20 +03:00
Родитель 35dbb8baa7
Коммит e436deb69c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -65,7 +65,7 @@ modal.findModalDialogs = function(context) {
return new modal.Dialog(() => context, dialogs[0].frameContentWindow);
}
dialogs = contentBrowser.tabDialogBox.getContentDialogManager().dialogs;
dialogs = contentBrowser.tabDialogBox.getContentDialogManager().dialogs;
// Even with the dialog manager handing back a dialog, the `Dialog` property
// gets lazily added. If it's not set yet, ignore the dialog for now.