1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-11-05 09:56:22 +00:00

Sort projects.

This commit is contained in:
hacksalot 2016-01-12 12:46:18 -05:00
parent be691e4230
commit 6cd1e60e79

View File

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