Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian committed Jan 13, 2016
1 parent 33b3bb0 commit 2a400a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/pages/documentation/latest/snippets/classSnippet4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ class ExtendedListboxInstance {
/* Returns all item objects */
getItems(): ListboxItem[];

/* Returns all ListboxItem's which are selected */
getSelection(): ListboxItem[];

/* Decreases the index of the matching item by one */
moveItemUp(identifier: string): number;

Expand Down

0 comments on commit 2a400a0

Please sign in to comment.