diff options
-rw-r--r-- | html/js/git-deps-graph.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/html/js/git-deps-graph.js b/html/js/git-deps-graph.js index f423177..3cd2832 100644 --- a/html/js/git-deps-graph.js +++ b/html/js/git-deps-graph.js @@ -207,6 +207,7 @@ function draw_graph(commitish) { return d.sha1; }) .call(d3cola.drag); + global.node = node; node.enter().append("g") .attr("class", "node"); |