From 39bcadda3d2b63c9a3d46bc03a5da211e0245de0 Mon Sep 17 00:00:00 2001 From: Robin Schneider Date: Mon, 23 Jan 2017 21:10:52 +0100 Subject: [PATCH] Fix typo (#2622) --- docs/timeline/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/timeline/index.html b/docs/timeline/index.html index 2f905929..351bb919 100644 --- a/docs/timeline/index.html +++ b/docs/timeline/index.html @@ -1592,7 +1592,7 @@ timeline.off('select', onSelect); 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 setSelectionis executed.