##// END OF EJS Templates
fix JavaScript error of revision_graph.js on IE7 (#13823)...
Toshi MARUYAMA -
r11508:8387c628cd30
parent child
Show More
@@ -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