From 7f3ae1ffcf3185392cf30a62f4b83474b68f66cc Mon Sep 17 00:00:00 2001 From: mrmr1993 Date: Wed, 16 Apr 2014 18:12:09 +0100 Subject: Add number modifier to `gg' scrollToTop command --- background_scripts/commands.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'background_scripts/commands.coffee') diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index c8121a96..6f7b4334 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -258,7 +258,7 @@ commandDescriptions = scrollLeft: ["Scroll left"] scrollRight: ["Scroll right"] - scrollToTop: ["Scroll to the top of the page", { noRepeat: true }] + scrollToTop: ["Scroll to the top of the page", { passCountToFunction: true }] scrollToBottom: ["Scroll to the bottom of the page", { noRepeat: true }] scrollToLeft: ["Scroll all the way to the left", { noRepeat: true }] scrollToRight: ["Scroll all the way to the right", { noRepeat: true }] -- cgit v1.2.3