diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-17 17:47:37 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-17 17:47:37 +0000 |
commit | 644084df86bca70861b0fa95f892f2bad61b8378 (patch) | |
tree | 0d0d168b67af3fcedc829e5a99f952ca1600b799 /html | |
parent | bbdb27dabaece163108c5676282c9cd9cd34a592 (diff) | |
download | git-deps-644084df86bca70861b0fa95f892f2bad61b8378.tar.gz |
use more idiomatic coffeescript
Diffstat (limited to 'html')
-rw-r--r-- | html/js/git-deps-graph.coffee | 4 |
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", () -> |