From 013a593e81996017420057ea69b07c98769456f3 Mon Sep 17 00:00:00 2001 From: gorhill Date: Fri, 23 Oct 2015 13:11:27 -0400 Subject: [PATCH] comment --- platform/firefox/vapi-background.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index 37245d8e3..83c776ea4 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -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; }