Variable declaration cleanup.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9171 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
25620a7429
commit
aebaaad85a
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue