1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 15:47:58 +01:00

Doc fixes.

This commit is contained in:
Štěpán Němec
2011-10-07 09:53:46 +02:00
parent 40a23fc7cd
commit 1b6c979d57
3 changed files with 6 additions and 7 deletions

View File

@@ -2122,7 +2122,7 @@ var ItemList = Class("ItemList", {
},
/**
* Selects the item at the given *group* and *index*.o
* Selects the item at the given *group* and *index*.
*
* @param {CompletionContext|[CompletionContext,number]} *group* The
* completion context to select, or a tuple specifying the
@@ -2131,9 +2131,8 @@ var ItemList = Class("ItemList", {
* @param {number} position If non-null, try to position the
* selected item at the *position*th row from the top of
* the screen. Note that at least {@link #CONTEXT_LINES}
* lines will be visible above an below the selected item
* unless there are insufficient results to make this
* possible.
* lines will be visible above and below the selected item
* unless there aren't enough results to make this possible.
* @optional
*/
select: function select(group, index, position) {