Refac: removed extra spaces in columnNamesMap

This commit is contained in:
Kyle King 2018-09-16 14:20:17 -04:00
parent 13070a81c0
commit d9f6113557
1 changed files with 8 additions and 8 deletions

View File

@ -37,14 +37,14 @@ function initDT() {
window.columnNamesMap = [
// [ 'Repository', 'full_name' ],
['Link', 'repoLink'], // custom key
[ 'Owner', 'ownerName' ], // custom key
[ 'Name', 'name' ],
[ 'Branch', 'default_branch' ],
[ 'Stars', 'stargazers_count' ],
[ 'Watchers', 'watchers' ],
[ 'Forks', 'forks' ],
[ 'Size', 'size' ],
[ 'Last Push', 'pushed_at' ],
['Owner', 'ownerName'], // custom key
['Name', 'name'],
['Branch', 'default_branch'],
['Stars', 'stargazers_count'],
['Watchers', 'watchers'],
['Forks', 'forks'],
['Size', 'size'],
['Last Push', 'pushed_at'],
]
// Sort by stars: