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 98dc3620..ddf5ed2c 100644
--- a/background_scripts/main.coffee
+++ b/background_scripts/main.coffee
@@ -610,7 +610,7 @@ unregisterFrame = (request, sender) ->
else
removingCurrent = frameIdsForTab[tabId].length and frameIdsForTab[tabId][0] == request.frameId
frameIdsForTab[tabId] = frameIdsForTab[tabId].filter (id) -> id != request.frameId
- BackGroundCommands.nextFrame 0 if removingCurrent
+ BackgroundCommands.nextFrame 0 if removingCurrent
handleFrameFocused = (request, sender) ->
tabId = sender.tab.id