@@ -43,7 +43,7 function drawRevisionGraph(holder, commits_hash, graph_space) { | |||||
43 | revisionGraph.circle(x, y, 3) |
|
43 | revisionGraph.circle(x, y, 3) | |
44 | .attr({ |
|
44 | .attr({ | |
45 | fill: colors[commit.space], |
|
45 | fill: colors[commit.space], | |
46 |
stroke: 'none' |
|
46 | stroke: 'none' | |
47 | }).toFront(); |
|
47 | }).toFront(); | |
48 | // paths to parents |
|
48 | // paths to parents | |
49 | $.each(commit.parent_scmids, function(index, parent_scmid) { |
|
49 | $.each(commit.parent_scmids, function(index, parent_scmid) { |
General Comments 0
You need to be logged in to leave comments.
Login now