mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 16:57:59 +01:00
Remove some old/invalid FIXME comments.
This commit is contained in:
@@ -401,7 +401,7 @@ function Tabs() //{{{
|
||||
if (arg)
|
||||
{
|
||||
if (/^\d+$/.test(arg))
|
||||
tabs.select("-" + arg, true); // FIXME: urgh!
|
||||
tabs.select("-" + arg, true);
|
||||
else
|
||||
liberator.echoerr("E488: Trailing characters");
|
||||
}
|
||||
@@ -989,7 +989,7 @@ function Tabs() //{{{
|
||||
// FIXME:
|
||||
if (index == -1)
|
||||
{
|
||||
liberator.beep(); // XXX: move to ex-handling?
|
||||
liberator.beep();
|
||||
return;
|
||||
}
|
||||
getBrowser().mTabContainer.selectedIndex = index;
|
||||
|
||||
Reference in New Issue
Block a user