aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/main.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'background_scripts/main.coffee')
-rw-r--r--background_scripts/main.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee
index 04accd52..06788ee4 100644
--- a/background_scripts/main.coffee
+++ b/background_scripts/main.coffee
@@ -150,7 +150,7 @@ TabOperations =
openUrlInCurrentTab: (request) ->
chrome.tabs.update request.tabId, url: Utils.convertToUrl request.url
- # Opens request.url in new tab and switches to it if request.selected is true.
+ # Opens request.url in new tab and switches to it.
openUrlInNewTab: (request, callback = (->)) ->
tabConfig =
url: Utils.convertToUrl request.url