From 6dfe8462690082b0a3c6e4d0d4ee7c56175e3536 Mon Sep 17 00:00:00 2001 From: Timo Sand Date: Tue, 19 Feb 2013 21:03:04 +0000 Subject: Update background_scripts/main.coffee --- background_scripts/main.coffee | 1 + 1 file changed, 1 insertion(+) (limited to 'background_scripts') diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index 9a1efe11..ab633d8e 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -238,6 +238,7 @@ BackgroundCommands = chrome.tabs.getSelected(null, (tab) -> chrome.tabs.remove(tab.id)) restoreTab: (callback) -> + # TODO: remove if-else -block when adopted into stable if chrome.sessionRestore chrome.sessionRestore.getRecentlyClosed((closed) -> chrome.sessionRestore.restore(closed[0])) -- cgit v1.2.3