From 9e170f5158cdd27f0c77ec7844729f94d45b7318 Mon Sep 17 00:00:00 2001 From: jos Date: Fri, 20 Jun 2014 17:19:19 +0200 Subject: [PATCH] Minor change in example 18 --- examples/timeline/18_range_overflow.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/timeline/18_range_overflow.html b/examples/timeline/18_range_overflow.html index 1220db71..8f9f7506 100644 --- a/examples/timeline/18_range_overflow.html +++ b/examples/timeline/18_range_overflow.html @@ -44,9 +44,7 @@ ]); // Configuration for the Timeline - var options = { - editable: true - }; + var options = {}; // Create a Timeline var timeline = new vis.Timeline(container, items, options);