1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-29 14:13:31 +02:00

Fix some heinous comment formatting errors.

This commit is contained in:
Doug Kearns
2009-06-08 22:36:09 +10:00
parent cc60df5bb7
commit f37a0a37b3
4 changed files with 4 additions and 4 deletions

View File

@@ -626,7 +626,7 @@ function Player() // {{{
lastSearchIndex = lastSearchIndex + 1;
}
//FIXME: Implement for "?" --ken
// FIXME: Implement for "?" --ken
commandline.echo("/" + lastSearchString, null, commandline.FORCE_SINGLELINE);
focusTrack(lastSearchView.getItemByIndex(lastSearchIndex));