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);