diff options
| author | Stephen Blott | 2016-03-09 16:29:16 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2016-03-09 16:29:16 +0000 | 
| commit | e4127fc8f779a5c784332e65b1322180c4381dd0 (patch) | |
| tree | 9af8bff3e4471799e4d52ee66d0310e7da8c1cca /background_scripts/commands.coffee | |
| parent | e102c5e526e6257a5ea8add54c0aa9efad2961b8 (diff) | |
| download | vimium-e4127fc8f779a5c784332e65b1322180c4381dd0.tar.bz2 | |
Fix mainFrame command...
Oversight from #2022.
Diffstat (limited to 'background_scripts/commands.coffee')
| -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 55cb60d2..2e597e32 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -385,7 +385,7 @@ commandDescriptions =    "Vomnibar.activateEditUrlInNewTab": ["Edit the current URL and open in a new tab", { topFrame: true }]    nextFrame: ["Cycle forward to the next frame on the page", { background: true, passCountToFunction: true }] -  mainFrame: ["Select the tab's main/top frame", { background: true, noRepeat: true }] +  mainFrame: ["Select the tab's main/top frame", { topFrame: true, noRepeat: true }]    "Marks.activateCreateMode": ["Create a new mark", { noRepeat: true }]    "Marks.activateGotoMode": ["Go to a mark", { noRepeat: true }] | 
