From cc6fe60a7d8ee4c6c878ce939568abdebc4a43a0 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Sun, 22 Mar 2015 14:47:33 +0100 Subject: [PATCH] cleanup --- history.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/history.js b/history.js index e91c7cf..7113845 100644 --- a/history.js +++ b/history.js @@ -135,8 +135,7 @@ function handle_data(config, map) { }) graph = graph.links.filter( function (d) { - var ok = d.source !== undefined && d.target !== undefined - return ok + return d.source !== undefined && d.target !== undefined }) graph.forEach( function (d) {