diff options
| author | mrmr1993 | 2017-11-02 08:29:18 +0000 | 
|---|---|---|
| committer | mrmr1993 | 2017-11-02 08:29:18 +0000 | 
| commit | 9171f3f9de4c5798295b8d67b1b1d922bb6e4009 (patch) | |
| tree | c87423113c63eafe09d8dd2c5204287e7cae46c2 /background_scripts | |
| parent | 228b3fd990e7e75b4c3772c50d3048f645385005 (diff) | |
| download | vimium-9171f3f9de4c5798295b8d67b1b1d922bb6e4009.tar.bz2 | |
Fix typos
This should have no user-facing impact.
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 725766e6..8f095ef1 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -355,7 +355,7 @@ handleFrameFocused = ({tabId, frameId}) ->  # Rotate through frames to the frame count places after frameId.  cycleToFrame = (frames, frameId, count = 0) -> -  # We can't always track which frame chrome has focussed, but here we learn that it's frameId; so add an +  # We can't always track which frame chrome has focused, but here we learn that it's frameId; so add an    # additional offset such that we do indeed start from frameId.    count = (count + Math.max 0, frames.indexOf frameId) % frames.length    [frames[count..]..., frames[0...count]...] | 
