1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 13:48:00 +01:00

Whitespace fixes.

This commit is contained in:
Doug Kearns
2009-03-17 18:19:52 +11:00
parent 89565e3c03
commit 16036b5043

View File

@@ -32,7 +32,7 @@ const config = { //{{{
hostApplication: "Songbird", hostApplication: "Songbird",
//mainWindowID: "mainplayer", //mainWindowID: "mainplayer",
/*** optional options, there are checked for existence and a fallback provided ***/ /*** optional options, there are checked for existence and a fallback provided ***/
features: ["bookmarks", "hints", "marks","history", "quickmarks", "session", "tabs", "windows", "player"], features: ["bookmarks", "hints", "marks", "history", "quickmarks", "session", "tabs", "windows", "player"],
defaults: { guioptions: "rb" }, defaults: { guioptions: "rb" },
guioptions: { guioptions: {
@@ -241,7 +241,6 @@ const config = { //{{{
function (count) { incrementURL(-(count > 1 ? count : 1)); }, function (count) { incrementURL(-(count > 1 ? count : 1)); },
{ flags: Mappings.flags.COUNT }); { flags: Mappings.flags.COUNT });
mappings.add([modes.NORMAL], ["~"], mappings.add([modes.NORMAL], ["~"],
"Open home directory", "Open home directory",
function () { liberator.open("~"); }); function () { liberator.open("~"); });
@@ -259,7 +258,6 @@ const config = { //{{{
liberator.NEW_TAB : liberator.NEW_BACKGROUND_TAB); liberator.NEW_TAB : liberator.NEW_BACKGROUND_TAB);
}); });
mappings.add([modes.NORMAL], ["gu"], mappings.add([modes.NORMAL], ["gu"],
"Go to parent directory", "Go to parent directory",
function (count) function (count)