aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/commands.coffee
diff options
context:
space:
mode:
authorPhil Crosby2014-04-22 23:07:30 -0700
committerPhil Crosby2014-04-22 23:07:30 -0700
commit7207cb363f9db599a1ca385f70b5d876a05449c6 (patch)
treea1b94238247a0a2be7023a3423271dc66613c648 /background_scripts/commands.coffee
parent2ca17d84da49747ab859c531de6ef2cc1145407d (diff)
downloadvimium-7207cb363f9db599a1ca385f70b5d876a05449c6.tar.bz2
Line length
Diffstat (limited to 'background_scripts/commands.coffee')
-rw-r--r--background_scripts/commands.coffee3
1 files changed, 2 insertions, 1 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee
index 3e30e033..ff98490c 100644
--- a/background_scripts/commands.coffee
+++ b/background_scripts/commands.coffee
@@ -100,7 +100,8 @@ Commands =
historyNavigation:
["goBack", "goForward"]
tabManipulation:
- ["nextTab", "previousTab", "firstTab", "lastTab", "createTab", "duplicateTab", "removeTab", "restoreTab", "moveTabToNewWindow", "togglePinTab"]
+ ["nextTab", "previousTab", "firstTab", "lastTab", "createTab", "duplicateTab", "removeTab",
+ "restoreTab", "moveTabToNewWindow", "togglePinTab"]
misc:
["showHelp"]