mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 08:08:00 +01:00
add some missing fold markers
This commit is contained in:
@@ -220,7 +220,6 @@ liberator.Tabs = function () //{{{
|
||||
liberator.tabs.select(index);
|
||||
});
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////}}}
|
||||
////////////////////// COMMANDS ////////////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////////////{{{
|
||||
@@ -312,7 +311,6 @@ liberator.Tabs = function () //{{{
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
liberator.commands.add(["tabo[nly]"],
|
||||
"Close all other tabs",
|
||||
function () { liberator.tabs.keepOnly(getBrowser().mCurrentTab); });
|
||||
|
||||
Reference in New Issue
Block a user