1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-03 21:07:07 +01:00

Move freebie formats out of theme class.

This commit is contained in:
hacksalot
2015-12-30 15:03:26 -05:00
parent 5e51beddf7
commit ccadb0416f
2 changed files with 16 additions and 4 deletions

View File

@ -67,10 +67,6 @@ Definition of the FRESHTheme class.
formatsHash = loadImplicit.call( this );
}
// Add freebie formats every theme gets
formatsHash.json = { title: 'json', outFormat: 'json', pre: 'json', ext: 'json', path: null, data: null };
formatsHash.yml = { title: 'yaml', outFormat: 'yml', pre: 'yml', ext: 'yml', path: null, data: null };
// Cache
this.formats = formatsHash;