Issue #6: add trailing comma to last item in columnNames

This commit is contained in:
Sean Chambers 2018-10-04 20:32:40 -05:00
parent b59d6b1b8c
commit b21b0f97cd
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ function initDT() {
['Forks', 'forks'],
['Open Issues', 'open_issues_count'],
['Size', 'size'],
['Last Push', 'pushed_at']
['Last Push', 'pushed_at'],
]
// Sort by stars: