From d2224397a2d6bb9fd897da338e59343853eef62b Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sun, 26 Oct 2014 12:54:07 +0000 Subject: Limit repeats, minor refactoring. --- background_scripts/commands.coffee | 1 + 1 file changed, 1 insertion(+) (limited to 'background_scripts/commands.coffee') diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index c3bc457a..7d2dccd9 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -202,6 +202,7 @@ defaultKeyMappings = # This is a mapping of: commandIdentifier => [description, options]. +# If the noRepeat and repeatLimit options are both specified, then noRepeat takes precedence. commandDescriptions = # Navigating the current page showHelp: ["Show help", { background: true }] -- cgit v1.2.3