diff options
| author | Stephen Blott | 2015-01-08 12:02:03 +0000 |
|---|---|---|
| committer | Stephen Blott | 2015-01-08 12:40:34 +0000 |
| commit | 2fe40dd69bb93b620da60464b9cb57c36adaeca1 (patch) | |
| tree | fb88cbc9081da1f66ec435dd96b0872ce45762e4 /background_scripts | |
| parent | 637d90be6847051d20a4cf3b704d599c877a97d3 (diff) | |
| download | vimium-2fe40dd69bb93b620da60464b9cb57c36adaeca1.tar.bz2 | |
Modes; incorporate small changes from #1413.
Slightly more significant:
Move several utilities to dome_utils.
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/main.coffee | 3 |
1 files changed, 2 insertions, 1 deletions
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 = "" |
