##// END OF EJS Templates
Added missing local variable declaration....
Etienne Massip -
r9652:897e83a55637
parent child
Show More
@@ -38,6 +38,7 function drawRevisionGraph(holder, commits_hash, graph_space) {
38 38 var parent_commit;
39 39 var x, y, parent_x, parent_y;
40 40 var path, title;
41 var revision_dot_overlay;
41 42
42 43 commits.each(function(commit) {
43 44
General Comments 0
You need to be logged in to leave comments. Login now