Browse Source

Minor change in example 18

css_transitions
jos 10 years ago
parent
commit
9e170f5158
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      examples/timeline/18_range_overflow.html

+ 1
- 3
examples/timeline/18_range_overflow.html View File

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

Loading…
Cancel
Save