From: Etienne Massip Date: Sat, 10 Mar 2012 13:44:04 +0000 (+0000) Subject: Variable declaration cleanup. X-Git-Tag: 1.4.0~177 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=aebaaad85ae7dae387f89a98810a3f032394c52a;p=redmine.git Variable declaration cleanup. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9171 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/javascripts/revision_graph.js b/public/javascripts/revision_graph.js index e3cd0dff0..31aacd81b 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) {