diff options
| author | Stephen Blott | 2014-11-23 14:25:48 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2014-11-23 14:25:48 +0000 | 
| commit | 5ef578f5564b48314006ab1b05d9c45dff90f48d (patch) | |
| tree | a8af2437fa652ae3365008447b9ac719c784babf /background_scripts | |
| parent | e238356fb08a9a77eb57f73d0d4b3579ce68b26a (diff) | |
| download | vimium-5ef578f5564b48314006ab1b05d9c45dff90f48d.tar.bz2 | |
Frames; more tidy up; fix typo.
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 | 
