diff options
author | Doug Kearns <dougkearns@gmail.com> | 2009-06-11 03:20:33 +1000 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2009-06-11 03:22:35 +1000 |
commit | 4585b1b4762624fe3b4952037589ff3e33793a93 (patch) | |
tree | 62cae38333f95475c11eb58e90fab5cb5733b4c1 /vimperator/content/config.js | |
parent | a666e945a88e4f1ee40fe095951c25f584464d71 (diff) | |
download | pentadactyl-4585b1b4762624fe3b4952037589ff3e33793a93.tar.gz |
Remove trailing commas from config.defaultOptions.
Diffstat (limited to 'vimperator/content/config.js')
-rw-r--r-- | vimperator/content/config.js | 2 |
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: { |