mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
comment
This commit is contained in:
parent
429d3f5017
commit
013a593e81
1 changed files with 2 additions and 0 deletions
|
@ -790,6 +790,8 @@ vAPI.tabs.getAll = function(window) {
|
|||
}
|
||||
|
||||
// This can happens if a tab-less window is currently opened.
|
||||
// Example of a tab-less window: one opened from clicking
|
||||
// "View Page Source".
|
||||
if ( !tabBrowser.tabs ) {
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue