From ab8e58d2db902f5afa964891a81b439b3af47c2e Mon Sep 17 00:00:00 2001 From: JBlond Date: Mon, 2 Nov 2015 15:19:35 +0100 Subject: [PATCH] =?UTF-8?q?=C2=A0return=20is=20unnecessary?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/default/js/networkGraph.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/themes/default/js/networkGraph.js b/themes/default/js/networkGraph.js index e1b04bb..6a4b5b1 100644 --- a/themes/default/js/networkGraph.js +++ b/themes/default/js/networkGraph.js @@ -508,8 +508,6 @@ [secondCommit.dot.attr('cx'), secondCommit.dot.attr('cy')] ) ).attr({ "stroke": lineLane.color, "stroke-width": 2 }).toBack(); - - return; } // set together a path string from any amount of arguments