diff options
| author | Stephen Blott | 2017-04-13 15:34:25 +0100 | 
|---|---|---|
| committer | GitHub | 2017-04-13 15:34:25 +0100 | 
| commit | 8cee2f6e710edd8f4e9afb981e44bacfd8d97ac0 (patch) | |
| tree | 0a8e91e0bc6d3e56dab4f7b7aa3523023b27aad2 | |
| parent | a527d355534514ae762753e3c0c6d2f35d32080c (diff) | |
| parent | a79032079297b6dd5d9312bfbf752b5d4e1830fc (diff) | |
| download | vimium-8cee2f6e710edd8f4e9afb981e44bacfd8d97ac0.tar.bz2 | |
Merge pull request #2460 from novelview9/patch-1
fix typo
| -rw-r--r-- | content_scripts/mode_visual.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/content_scripts/mode_visual.coffee b/content_scripts/mode_visual.coffee index 1c05cd85..e4e4f541 100644 --- a/content_scripts/mode_visual.coffee +++ b/content_scripts/mode_visual.coffee @@ -70,7 +70,7 @@ class Movement      else        @selection.modify @alterMethod, direction, granularity -  # Return a simple camparable value which depends on various aspects of the selection.  This is used to +  # Return a simple comparable value which depends on various aspects of the selection.  This is used to    # detect, after a movement, whether the selection has changed.    hashSelection: ->      range = @selection.getRangeAt(0) | 
