reversing pub sort
This commit is contained in:
parent
1eac040262
commit
c4d2ddc6b3
|
|
@ -157,7 +157,7 @@
|
||||||
if(b.entryTags.year === 'forthcoming'){bPrime = 5000} else {bPrime = b.entryTags.year}
|
if(b.entryTags.year === 'forthcoming'){bPrime = 5000} else {bPrime = b.entryTags.year}
|
||||||
return bPrime - aPrime
|
return bPrime - aPrime
|
||||||
*/
|
*/
|
||||||
b.citationKey - a.citationKey
|
a.citationKey - b.citationKey
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue