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

Add convenience method.

This commit is contained in:
hacksalot
2016-01-05 22:26:16 -05:00
parent e230d640cb
commit 2759727984
2 changed files with 14 additions and 0 deletions

View File

@ -202,6 +202,13 @@ Definition of the FRESHResume class.
return this;
};
/**
Return the resume format.
*/
FreshResume.prototype.format = function() {
return 'FRESH';
};
/**
Initialize the the FreshResume from string data.
*/