Browse Source

Fix typo (#2622)

babelFix
Robin Schneider 7 years ago
committed by yotamberk
parent
commit
39bcadda3d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/timeline/index.html

+ 1
- 1
docs/timeline/index.html View File

@ -1592,7 +1592,7 @@ timeline.off('select', onSelect);
</ul>
</td>
<td>Fired after the user selects or deselects items by tapping or holding them.
When a use taps an already selected item, the select event is fired again.
When a user taps an already selected item, the select event is fired again.
Not fired when the method <code>setSelection</code>is executed.
</td>
</tr>

Loading…
Cancel
Save