diff options
| -rw-r--r-- | background_scripts/commands.coffee | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index 4dbcd1cd..08b8f449 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -380,7 +380,6 @@ commandDescriptions = moveTabLeft: ["Move tab to the left", { background: true, passCountToFunction: true }] moveTabRight: ["Move tab to the right", { background: true, passCountToFunction: true }] - # These are background-page commands because all requests go via the background page. "Vomnibar.activate": ["Open URL, bookmark, or history entry", { noRepeat: true }] "Vomnibar.activateInNewTab": ["Open URL, bookmark, history entry, in a new tab", { noRepeat: true }] "Vomnibar.activateTabSelection": ["Search through your open tabs", { noRepeat: true }] |
