From 242b6bf2dbcfd5fa4f10c8c5a5da536ac537ff3d Mon Sep 17 00:00:00 2001 From: jos Date: Tue, 29 Apr 2014 11:42:52 +0200 Subject: [PATCH] Fixed broken example 03 --- examples/timeline/03_much_data.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/timeline/03_much_data.html b/examples/timeline/03_much_data.html index 0f80fe10..8a81e3f2 100644 --- a/examples/timeline/03_much_data.html +++ b/examples/timeline/03_much_data.html @@ -61,6 +61,8 @@ //height: '300px', //orientation: 'top' }; + + var timeline = new vis.Timeline(container, items, options); \ No newline at end of file