Browse Source

Fixed example 01_basic.html

css_transitions
jos 10 years ago
parent
commit
87402c5cc3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/timeline/01_basic.html

+ 1
- 1
examples/timeline/01_basic.html View File

@ -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);
</script>
</body>
</html>

Loading…
Cancel
Save