aboutsummaryrefslogtreecommitdiffstats
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/js/git-deps-graph.coffee4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/js/git-deps-graph.coffee b/html/js/git-deps-graph.coffee
index 0033493..93f5383 100644
--- a/html/js/git-deps-graph.coffee
+++ b/html/js/git-deps-graph.coffee
@@ -393,9 +393,9 @@ position_nodes = (rects, labels) ->
.on("mouseout", tip.hide)
d3cola.start 10, 20, 20
- d3cola.on("tick", tick_handler)
+ d3cola.on "tick", tick_handler
- # d3cola.on("end", routeEdges);
+ # d3cola.on "end", routeEdges
# turn on overlap avoidance after first convergence
# d3cola.on("end", () ->