Browse Source

Fixed #254: unclear description of Timeline.setSelection.

v3_develop
jos 10 years ago
parent
commit
176767b1db
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/timeline.html

+ 1
- 1
docs/timeline.html View File

@ -801,7 +801,7 @@ timeline.clear({options: true}); // clear options only
<tr>
<td>setSelection([ids])</td>
<td>none</td>
<td>Select or deselect items. Currently selected items will be unselected.
<td>Select one or multiple items by their id. The currently selected items will be unselected. To unselect all selected items, call `setSelection([])`.
</td>
</tr>

Loading…
Cancel
Save