Skip to content

Commit

Permalink
Fixed jshint warning 'Missing semicolons'.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Apr 3, 2018
1 parent 1c3c468 commit 261630f
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 @@ -789,7 +789,7 @@ function BarChart(dualYaxis) {
.attr('y', 10)
.text(labels.y1);
dualYaxis && tEnter
.attr('x', width - 25)
.attr('x', width - 25);
}

function createSkeleton(svg) {
Expand Down

0 comments on commit 261630f

Please sign in to comment.