From 176767b1dbd41a7436804eba1a1e459547655fa4 Mon Sep 17 00:00:00 2001 From: jos Date: Wed, 20 Aug 2014 13:12:38 +0200 Subject: [PATCH] Fixed #254: unclear description of Timeline.setSelection. --- docs/timeline.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/timeline.html b/docs/timeline.html index 83a2b8ac..a99bfdf2 100644 --- a/docs/timeline.html +++ b/docs/timeline.html @@ -801,7 +801,7 @@ timeline.clear({options: true}); // clear options only setSelection([ids]) none - Select or deselect items. Currently selected items will be unselected. + Select one or multiple items by their id. The currently selected items will be unselected. To unselect all selected items, call `setSelection([])`.