diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/rz_core.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/rz_core.js b/scripts/rz_core.js index 2480599e..a6ff8042 100644 --- a/scripts/rz_core.js +++ b/scripts/rz_core.js @@ -147,7 +147,6 @@ function update(no_relayout) { .attr("d", "M0,-5L10,0L0,5"); link.enter().append("path") - .attr("d", "M0,-5L10,0L0,5") .attr("class", function(d) { return state_to_link_class[d.state] || 'link graph'; }) |
