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 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 | 
