1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-04 05:17:08 +01:00

Fix folder generation wrinkle.

This commit is contained in:
devlinjd
2015-12-09 23:30:53 -05:00
parent 81276cf2cc
commit 3805a36271
2 changed files with 3 additions and 2 deletions

View File

@ -44,6 +44,7 @@ Abstract theme representation.
// then this theme declares its files explicitly.
if( !!this.formats ) {
formatsHash = loadExplicit.call( this );
this.explicit = true;
}
else {
formatsHash = loadImplicit.call( this );