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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user