Skip to content

Commit

Permalink
#154 lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
knsv committed Jul 20, 2020
1 parent 93a8c83 commit 3a6915c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diagrams/user-journey/svgDraw.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ const _drawTextCandidateFunc = (function() {
}
}

function byFo(content, g, x, y, width, height, textAttrs, conf, colour) {
function byFo(content, g, x, y, width, height, textAttrs, conf) {
const body = g.append('switch');
const f = body
.append('foreignObject')
Expand Down

0 comments on commit 3a6915c

Please sign in to comment.