From 7399dcb0e9e244e9193fe8e336249182f77eb78e Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 11 Nov 2014 17:41:49 +0200 Subject: 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. --- scripts/rz_core.js | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') 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'; }) -- cgit v1.3.1