Skip to content

Commit

Permalink
Fix typo in dagre-d3
Browse files Browse the repository at this point in the history
  • Loading branch information
Christof committed Jun 6, 2014
1 parent 873336a commit db23a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendor/dagre-d3/dagre-d3.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ function defaultPostRender(graph, root) {
.attr('viewBox', '0 0 10 10')
.attr('refX', 8)
.attr('refY', 5)
.attr('markerUnits', 'strokewidth')
.attr('markerUnits', 'strokeWidth')
.attr('markerWidth', 8)
.attr('markerHeight', 5)
.attr('orient', 'auto')
Expand Down Expand Up @@ -4585,4 +4585,4 @@ exports.values = function(o) {
module.exports = '0.7.4';

},{}]},{},[1])
;
;

0 comments on commit db23a66

Please sign in to comment.