diff options
Diffstat (limited to 'html/js/git-deps-graph.js')
-rw-r--r-- | html/js/git-deps-graph.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/js/git-deps-graph.js b/html/js/git-deps-graph.js index 80eb5d1..f423177 100644 --- a/html/js/git-deps-graph.js +++ b/html/js/git-deps-graph.js @@ -28,7 +28,7 @@ d3cola //.jaccardLinkLengths(100) .avoidOverlaps(true); -// d3 visualization elements. Kept global to aid in-browser debugging. +// d3 visualization elements var container, svg, fg, node, path, tip, tip_template; var zoom; |