diff options
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/main.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index 8b13621e..4b3d1510 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -367,7 +367,7 @@ root.updateActiveState = updateActiveState = (tabId) ->    disabledIcon = "icons/browser_action_disabled.png"    partialIcon = "icons/browser_action_partial.png"    chrome.tabs.get tabId, (tab) -> -    setBadge badge: "" +    setBadge { badge: "" }, tab: { id: tabId }      chrome.tabs.sendMessage tabId, { name: "getActiveState" }, (response) ->        if response          isCurrentlyEnabled = response.enabled  | 
