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

added Y command

This commit is contained in:
Martin Stubenschrott
2007-05-24 21:57:28 +00:00
parent 9765f5be84
commit 2cc5728cdf
5 changed files with 18 additions and 4 deletions

View File

@@ -1217,7 +1217,7 @@ function Tabs()
getBrowser().removeTab(tab);
}
this.removeAllOthers = function(tab)
this.keepOnly = function(tab)
{
getBrowser().removeAllTabsBut(tab);
}