aboutsummaryrefslogtreecommitdiffstats
path: root/html/js
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-10 17:18:11 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-10 17:18:11 +0000
commit5bb4ffa77ac67a1b95fa11be40002492e13e3375 (patch)
tree97b1c3c62ad18fff2ce135f84af98517ea224577 /html/js
parent70c275a3d3820e059597725175705088f7e49751 (diff)
downloadgit-deps-5bb4ffa77ac67a1b95fa11be40002492e13e3375.tar.gz
fix comment
Diffstat (limited to 'html/js')
-rw-r--r--html/js/git-deps-graph.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/js/git-deps-graph.js b/html/js/git-deps-graph.js
index fe3d517..e380219 100644
--- a/html/js/git-deps-graph.js
+++ b/html/js/git-deps-graph.js
@@ -25,7 +25,7 @@ d3cola
.flowLayout("y", 150)
.linkDistance(60)
//.symmetricDiffLinkLengths(30)
- //.jaccardLinkLengths(100);
+ //.jaccardLinkLengths(100)
.avoidOverlaps(true);
// d3 visualization elements. Kept global to aid in-browser debugging.