summaryrefslogtreecommitdiff
path: root/vimperator/content/config.js
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2009-06-11 03:20:33 +1000
committerDoug Kearns <dougkearns@gmail.com>2009-06-11 03:22:35 +1000
commit4585b1b4762624fe3b4952037589ff3e33793a93 (patch)
tree62cae38333f95475c11eb58e90fab5cb5733b4c1 /vimperator/content/config.js
parenta666e945a88e4f1ee40fe095951c25f584464d71 (diff)
downloadpentadactyl-4585b1b4762624fe3b4952037589ff3e33793a93.tar.gz
Remove trailing commas from config.defaultOptions.
Diffstat (limited to 'vimperator/content/config.js')
-rw-r--r--vimperator/content/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimperator/content/config.js b/vimperator/content/config.js
index c38b4483..713199ec 100644
--- a/vimperator/content/config.js
+++ b/vimperator/content/config.js
@@ -35,7 +35,7 @@ const config = { //{{{
features: ["bookmarks", "hints", "history", "marks", "quickmarks", "session", "tabs", "tabUndo", "windows"],
defaults: {
guioptions: "rb",
- showtabline: 2,
+ showtabline: 2
},
guioptions: {