mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 14:30:43 +00:00
Bug 1708191 - fixed eslint failures. a=lint-fix CLOSED TREE
This commit is contained in:
parent
35dbb8baa7
commit
e436deb69c
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user