##// END OF EJS Templates
Variable declaration cleanup....
Etienne Massip -
r9051:aebaaad85ae7
parent child
Show More
@@ -37,7 +37,7 function drawRevisionGraph(holder, commits_hash, graph_space) {
37 37
38 38 var parent_commit;
39 39 var x, y, parent_x, parent_y;
40 var path, longrefs, shortrefs, label, labelBBox;
40 var path, title;
41 41
42 42 commits.each(function(commit) {
43 43
General Comments 0
You need to be logged in to leave comments. Login now