1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-06-30 23:40:05 +01:00

Sort project history by default.

This commit is contained in:
hacksalot 2016-01-05 05:00:04 -05:00
parent 6a61989eb4
commit 6185f20ec9

View File

@ -398,6 +398,7 @@ Definition of the FRESHResume class.
sortSection( 'employment.history' );
sortSection( 'education.history' );
sortSection( 'service.history' );
sortSection( 'projects.history' );
// this.awards && this.awards.sort( function(a, b) {
// return( a.safeDate.isBefore(b.safeDate) ) ? 1