diff options
| author | Stephen Blott | 2014-12-29 17:32:03 +0000 |
|---|---|---|
| committer | Stephen Blott | 2014-12-29 17:32:03 +0000 |
| commit | 2dc855abaeeda8ad74c3179f7224858860672338 (patch) | |
| tree | caa4e3caa99eee7dafacbe462d90ef1f539f6b31 /background_scripts | |
| parent | f7541ed966859ae893600f5cfd17a1965efd0822 (diff) | |
| download | vimium-2dc855abaeeda8ad74c3179f7224858860672338.tar.bz2 | |
Remove UI component demo.
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/commands.coffee | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index 63b870cc..585ef572 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -91,7 +91,6 @@ Commands = commandGroups: pageNavigation: ["scrollDown", - "activateTestUIComponent", "scrollUp", "scrollLeft", "scrollRight", @@ -253,7 +252,6 @@ defaultKeyMappings = "m": "Marks.activateCreateMode" "`": "Marks.activateGotoMode" - "D": "activateTestUIComponent" # This is a mapping of: commandIdentifier => [description, options]. @@ -265,7 +263,6 @@ commandDescriptions = scrollUp: ["Scroll up"] scrollLeft: ["Scroll left"] scrollRight: ["Scroll right"] - activateTestUIComponent: ["UI component test"] scrollToTop: ["Scroll to the top of the page", { noRepeat: true }] scrollToBottom: ["Scroll to the bottom of the page", { noRepeat: true }] |
