From 6185f20ec9b3ee3f5fbc3ea2152454341f152ea6 Mon Sep 17 00:00:00 2001 From: hacksalot Date: Tue, 5 Jan 2016 05:00:04 -0500 Subject: [PATCH] Sort project history by default. --- src/core/fresh-resume.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/fresh-resume.js b/src/core/fresh-resume.js index b724e8a..edf50e5 100644 --- a/src/core/fresh-resume.js +++ b/src/core/fresh-resume.js @@ -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