Skip to content

Commit

Permalink
Fixed jshint warning 'Missing semicolon'.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Mar 21, 2018
1 parent b2be04e commit 1df4a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/charts.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ function AreaChart(dualYaxis) {
return pl + ' ' + pl;
})
.attr('stroke-dashoffset', function (d) {
return pathLen(d3.select(this))
return pathLen(d3.select(this));
});
// update
path
Expand Down

0 comments on commit 1df4a15

Please sign in to comment.