diff --git a/public/javascripts/revision_graph.js b/public/javascripts/revision_graph.js index e3cd0df..31aacd8 100644 --- a/public/javascripts/revision_graph.js +++ b/public/javascripts/revision_graph.js @@ -37,7 +37,7 @@ function drawRevisionGraph(holder, commits_hash, graph_space) { var parent_commit; var x, y, parent_x, parent_y; - var path, longrefs, shortrefs, label, labelBBox; + var path, title; commits.each(function(commit) {