1
0
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:
Doug Kearns
2009-05-13 01:34:09 +10:00
parent 32fc0f97c2
commit 7fc37fe79c
5 changed files with 6 additions and 10 deletions

View File

@@ -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;