Browse Source

Fixed indenting issue in cirular images example

flowchartTest
Brendon Page 9 years ago
parent
commit
05da3df6b8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/network/nodeStyles/circularImages.html

+ 1
- 1
examples/network/nodeStyles/circularImages.html View File

@ -66,7 +66,7 @@
{from: 11, to: 12},
{from: 12, to: 13},
{from: 13, to: 14},
{from: 9, to: 16}
{from: 9, to: 16}
];
// create a network

Loading…
Cancel
Save