diff options
| author | Alon Levy <alon@pobox.com> | 2014-11-11 17:41:49 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-11-11 19:48:25 +0200 |
| commit | 7399dcb0e9e244e9193fe8e336249182f77eb78e (patch) | |
| tree | 77fafd86ea217c3ef2bd7b9f5b18b60be0d55863 | |
| parent | 9968784c978199b10bd7f6fcc465ba5fc5841e0e (diff) | |
rz_core: remove link path default d (i.e. coordinates) property
we reset it correctly at the first tick. The default value doesn't make
any sense.
| -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'; }) |
