From 2fe40dd69bb93b620da60464b9cb57c36adaeca1 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Thu, 8 Jan 2015 12:02:03 +0000 Subject: Modes; incorporate small changes from #1413. Slightly more significant: Move several utilities to dome_utils. --- background_scripts/main.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'background_scripts') diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index 008eb89f..e8f39326 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -340,7 +340,8 @@ setBrowserActionIcon = (tabId,path) -> chrome.browserAction.setIcon({ tabId: tabId, path: path }) # This color should match the blue of the Vimium browser popup (although it looks a little darker, to me?). -chrome.browserAction.setBadgeBackgroundColor {color: [102, 176, 226, 255]} +chrome.browserAction.setBadgeBackgroundColor + color: [102, 176, 226, 255] setBadge = do -> current = "" -- cgit v1.2.3