Parcourir la source

Fixed example 01_basic.html

css_transitions
jos il y a 11 ans
Parent
révision
87402c5cc3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      examples/timeline/01_basic.html

+ 1
- 1
examples/timeline/01_basic.html Voir le fichier

@ -33,7 +33,7 @@
var options = {}; var options = {};
// Create a Timeline // Create a Timeline
var timeline = new vis.Timeline(container, new vis.DataView(items), options);
var timeline = new vis.Timeline(container, items, options);
</script> </script>
</body> </body>
</html> </html>

Chargement…
Annuler
Enregistrer