aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--background_page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/background_page.html b/background_page.html
index a07c4507..c78c9c2a 100644
--- a/background_page.html
+++ b/background_page.html
@@ -331,7 +331,7 @@
delete openTabs[tabId];
});
-
+
chrome.windows.onRemoved.addListener(function(windowId) {
delete tabQueue[windowId];
});