From 87402c5cc394b2ce9d2aebc751e8035183139978 Mon Sep 17 00:00:00 2001 From: jos Date: Mon, 7 Jul 2014 10:19:40 +0200 Subject: [PATCH] Fixed example 01_basic.html --- examples/timeline/01_basic.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/timeline/01_basic.html b/examples/timeline/01_basic.html index ff7d9277..289555f7 100644 --- a/examples/timeline/01_basic.html +++ b/examples/timeline/01_basic.html @@ -33,7 +33,7 @@ var options = {}; // Create a Timeline - var timeline = new vis.Timeline(container, new vis.DataView(items), options); + var timeline = new vis.Timeline(container, items, options); \ No newline at end of file