diff options
| author | Luke | 2017-03-26 02:29:48 +0900 | 
|---|---|---|
| committer | GitHub | 2017-03-26 02:29:48 +0900 | 
| commit | a79032079297b6dd5d9312bfbf752b5d4e1830fc (patch) | |
| tree | ac1774cf9526fcf4d5d0aedd1f7df9e66ef01ecc | |
| parent | dae50e2bea229c3c4e31ea9757a1eac9d3303747 (diff) | |
| download | vimium-a79032079297b6dd5d9312bfbf752b5d4e1830fc.tar.bz2 | |
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)  | 
