fix JavaScript error of gantt.js on IE7 (#13823)

Contributed by Filou Centrinov.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11737 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-04-21 07:34:27 +00:00
parent fe903be480
commit e59814f981
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ function drawRelations() {
.attr({stroke: "none",
fill: color,
"stroke-linecap": "butt",
"stroke-linejoin": "miter",
"stroke-linejoin": "miter"
});
});
}