diff options
| -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", |
