mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 04:15:47 +01:00
Fix some heinous comment formatting errors.
This commit is contained in:
@@ -157,7 +157,7 @@ const config = { //{{{
|
||||
|
||||
hasTabbrowser: true,
|
||||
|
||||
//TODO : Write intro.html and tutorial.html
|
||||
// TODO : Write intro.html and tutorial.html
|
||||
// they are sorted by relevance, not alphabetically
|
||||
helpFiles: [
|
||||
"intro.html", /*"tutorial.html",*/ "starting.html", "player.html",
|
||||
|
||||
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user