replace tab to space at revision_graph.js

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10292 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2012-09-06 06:46:13 +00:00
parent 99913e80f0
commit ee2481a3b9
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ function drawRevisionGraph(holder, commits_hash, graph_space) {
revision_dot_overlay = revisionGraph.circle(x, y, 10);
revision_dot_overlay
.attr({
fill: '#000',
fill: '#000',
opacity: 0,
cursor: 'pointer',
href: commit.href