aboutsummaryrefslogtreecommitdiffstats
path: root/html
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-17 17:47:37 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-17 17:47:37 +0000
commit644084df86bca70861b0fa95f892f2bad61b8378 (patch)
tree0d0d168b67af3fcedc829e5a99f952ca1600b799 /html
parentbbdb27dabaece163108c5676282c9cd9cd34a592 (diff)
downloadgit-deps-644084df86bca70861b0fa95f892f2bad61b8378.tar.gz
use more idiomatic coffeescript
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", () ->