Browse Source

Renamed an example

flowchartTest
jos 9 years ago
parent
commit
07c79704f0
2 changed files with 1 additions and 1 deletions
  1. +0
    -0
      examples/network/nodeStyles/HTMLInNodes.html
  2. +1
    -1
      test/timeline.html

examples/network/nodeStyles/HTML_in_Nodes.html → examples/network/nodeStyles/HTMLInNodes.html View File


+ 1
- 1
test/timeline.html View File

@ -136,7 +136,7 @@
end: now.clone().add(1, 'days').add(1, 'minutes').toDate(),
title: 'hello title!'
},
{_id: 5, content: 'item 5', start: now.clone().add(9, 'days').toDate(), type:'point', title: 'hello title!'},
{_id: 5, content: 'item 5', start: now.clone().add(9, 'days').toDate(), type:'point', title: 'hello title!', className: 'special'},
{_id: 6, content: 'item 6', start: now.clone().add(11, 'days').toDate()}
]);

Loading…
Cancel
Save