diff options
| author | Stephen Blott | 2016-04-26 08:02:00 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2016-04-26 08:02:02 +0100 | 
| commit | 018cdb906f005ff7276e096d2b4081ea909dc769 (patch) | |
| tree | acd1bca496b302212004e8e5004feb8fed783ebf /background_scripts/commands.coffee | |
| parent | 26667165720a81aee49e959b7bc930b0cd959eb4 (diff) | |
| download | vimium-018cdb906f005ff7276e096d2b4081ea909dc769.tar.bz2 | |
Help dialog; consistent ordering of commands.
It reads weird on the helpd dialog if we don't put the full-page and
half-page commands in a similar order.
Diffstat (limited to 'background_scripts/commands.coffee')
| -rw-r--r-- | background_scripts/commands.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index 184f3bb0..0905daee 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -122,8 +122,8 @@ Commands =        "scrollToBottom",        "scrollPageDown",        "scrollPageUp", -      "scrollFullPageUp",        "scrollFullPageDown", +      "scrollFullPageUp",        "scrollLeft",        "scrollRight",        "scrollToLeft", | 
