From 4585b1b4762624fe3b4952037589ff3e33793a93 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 11 Jun 2009 03:20:33 +1000 Subject: [PATCH] Remove trailing commas from config.defaultOptions. --- muttator/content/config.js | 11 +++-------- vimperator/content/config.js | 2 +- xulmus/content/config.js | 2 +- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/muttator/content/config.js b/muttator/content/config.js index bb466aad..2930cc3e 100644 --- a/muttator/content/config.js +++ b/muttator/content/config.js @@ -35,7 +35,7 @@ const config = { //{{{ features: ["hints", "mail", "marks", "addressbook", "tabs"], defaults: { guioptions: "frb", - showtabline: 1, + showtabline: 1 }, guioptions: { @@ -252,13 +252,8 @@ const config = { //{{{ commands.add(["pref[erences]", "prefs"], "Show " + config.hostApplication + " preferences", - function (args) - { - window.openOptionsDialog(); - }, - { - argCount: "0" - }); + function () { window.openOptionsDialog(); }, + { argCount: "0" }); } }; //}}} 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: { diff --git a/xulmus/content/config.js b/xulmus/content/config.js index 88057c20..8bb90079 100644 --- a/xulmus/content/config.js +++ b/xulmus/content/config.js @@ -37,7 +37,7 @@ const config = { //{{{ features: ["bookmarks", "hints", "marks", "history", "quickmarks", "session", "tabs", "windows", "player"], defaults: { guioptions: "mprb", - showtabline: 2, + showtabline: 2 }, guioptions: {