1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 08:28:01 +01:00

whitespace fixes

This commit is contained in:
Doug Kearns
2008-09-21 11:12:32 +00:00
parent a0a2ba3f24
commit 0d35d7c67d
9 changed files with 7 additions and 19 deletions

View File

@@ -153,7 +153,6 @@ liberator.Tabs = function () //{{{
},
});
if (liberator.config.name == "Vimperator")
{
liberator.options.add(["activate", "act"],
@@ -249,7 +248,6 @@ liberator.Tabs = function () //{{{
function (count) { liberator.tabs.select("-" + (count < 1 ? 1 : count), true); },
{ flags: liberator.Mappings.flags.COUNT });
if (liberator.config.name == "Vimperator")
{
liberator.mappings.add([liberator.modes.NORMAL], ["b"],
@@ -433,7 +431,6 @@ liberator.Tabs = function () //{{{
},
{ argCount: "0" });
if (liberator.config.name == "Vimperator")
{
// TODO: "Zero count" if 0 specified as arg, multiple args and count ranges?
@@ -526,7 +523,6 @@ liberator.Tabs = function () //{{{
},
{ completer: function (filter) { return liberator.completion.url(filter); } });
liberator.commands.add(["tabde[tach]"],
"Detach current tab to its own window",
function (args, special, count)