diff --git a/docs/timeline/index.html b/docs/timeline/index.html index f0b4d742..9e8b8caf 100644 --- a/docs/timeline/index.html +++ b/docs/timeline/index.html @@ -1314,7 +1314,7 @@ document.getElementById('myTimeline').onclick = function (event) {
 timeline.on('select', function (properties) {
-  alert('selected items: ' + properties.nodes);
+  alert('selected items: ' + properties.items);
 });
 
@@ -1324,7 +1324,7 @@ timeline.on('select', function (properties) {
 function onSelect (properties) {
-  alert('selected items: ' + properties.nodes);
+  alert('selected items: ' + properties.items);
 }
 
 // add event listener