1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00
This commit is contained in:
gorhill 2015-10-23 13:11:27 -04:00
parent 429d3f5017
commit 013a593e81

View File

@ -790,6 +790,8 @@ vAPI.tabs.getAll = function(window) {
} }
// This can happens if a tab-less window is currently opened. // 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 ) { if ( !tabBrowser.tabs ) {
continue; continue;
} }