mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-19 05:05:47 +01:00
Remove trailing commas from config.defaultOptions.
This commit is contained in:
@@ -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" });
|
||||
}
|
||||
}; //}}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user