##// END OF EJS Templates
replace tab to space at revision_graph.js...
Toshi MARUYAMA -
r10109:ee2481a3b90c
parent child
Show More
@@ -83,7 +83,7 function drawRevisionGraph(holder, commits_hash, graph_space) {
83 revision_dot_overlay = revisionGraph.circle(x, y, 10);
83 revision_dot_overlay = revisionGraph.circle(x, y, 10);
84 revision_dot_overlay
84 revision_dot_overlay
85 .attr({
85 .attr({
86 fill: '#000',
86 fill: '#000',
87 opacity: 0,
87 opacity: 0,
88 cursor: 'pointer',
88 cursor: 'pointer',
89 href: commit.href
89 href: commit.href
General Comments 0
You need to be logged in to leave comments. Login now