1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-27 12:33:32 +01:00

Remove trailing commas from config.defaultOptions.

This commit is contained in:
Doug Kearns
2009-06-11 03:20:33 +10:00
parent a666e945a8
commit 4585b1b476
3 changed files with 5 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ const config = { //{{{
features: ["hints", "mail", "marks", "addressbook", "tabs"], features: ["hints", "mail", "marks", "addressbook", "tabs"],
defaults: { defaults: {
guioptions: "frb", guioptions: "frb",
showtabline: 1, showtabline: 1
}, },
guioptions: { guioptions: {
@@ -252,13 +252,8 @@ const config = { //{{{
commands.add(["pref[erences]", "prefs"], commands.add(["pref[erences]", "prefs"],
"Show " + config.hostApplication + " preferences", "Show " + config.hostApplication + " preferences",
function (args) function () { window.openOptionsDialog(); },
{ { argCount: "0" });
window.openOptionsDialog();
},
{
argCount: "0"
});
} }
}; //}}} }; //}}}

View File

@@ -35,7 +35,7 @@ const config = { //{{{
features: ["bookmarks", "hints", "history", "marks", "quickmarks", "session", "tabs", "tabUndo", "windows"], features: ["bookmarks", "hints", "history", "marks", "quickmarks", "session", "tabs", "tabUndo", "windows"],
defaults: { defaults: {
guioptions: "rb", guioptions: "rb",
showtabline: 2, showtabline: 2
}, },
guioptions: { guioptions: {

View File

@@ -37,7 +37,7 @@ const config = { //{{{
features: ["bookmarks", "hints", "marks", "history", "quickmarks", "session", "tabs", "windows", "player"], features: ["bookmarks", "hints", "marks", "history", "quickmarks", "session", "tabs", "windows", "player"],
defaults: { defaults: {
guioptions: "mprb", guioptions: "mprb",
showtabline: 2, showtabline: 2
}, },
guioptions: { guioptions: {