diff options
| author | Alon Levy <alon@pobox.com> | 2014-10-07 21:59:12 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-10-07 21:59:12 +0300 |
| commit | 3c2a30d89d8bcdd5b3655ad310dce31c9559947e (patch) | |
| tree | cfe115289aac578ef7c393b7ebec8d2a1d8d0e97 | |
| parent | 61ff03d4ab7326e68a4f5cc2893116df7ed99e70 (diff) | |
#49: forgotten start misses the whole point
| -rw-r--r-- | scripts/rhizicore.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/rhizicore.js b/scripts/rhizicore.js index 7e107697..637a321b 100644 --- a/scripts/rhizicore.js +++ b/scripts/rhizicore.js @@ -758,7 +758,6 @@ function myGraph(el) { force.nodes(nodes) .links(links) - .start(); if (no_relayout) { // XXX If we are stopped we need to update the text of the links at least, // and this is the simplest way |
