From 6cd1e60e79f2751b6a7b0e4f7c9e1cb661fc9a8b Mon Sep 17 00:00:00 2001 From: hacksalot Date: Tue, 12 Jan 2016 12:46:18 -0500 Subject: [PATCH] Sort projects. --- src/core/fresh-resume.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/fresh-resume.js b/src/core/fresh-resume.js index dd639cf..310fa9d 100644 --- a/src/core/fresh-resume.js +++ b/src/core/fresh-resume.js @@ -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