Skip to content

Commit cb38853

Browse files
committed
added missing ; at the EOL
1 parent 4bc0bd2 commit cb38853

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jquery.highchartTable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
var isColumnSkipped = $(th).data('graph-skip') == 1;
101101
if (isColumnSkipped)
102102
{
103-
skippedColumns = skippedColumns + 1
103+
skippedColumns = skippedColumns + 1;
104104
}
105105

106106
var object = {

0 commit comments

Comments
 (0)