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

Numerous fixes.

This commit is contained in:
hacksalot
2016-02-13 16:08:45 -05:00
parent 3f8e795c61
commit ca92d41d9e
25 changed files with 6446 additions and 42 deletions

View File

@ -36,7 +36,7 @@ Definition of the JRSResume class.
*/
JRSResume = (function(superClass) {
var clear, format;
var clear;
extend1(JRSResume, superClass);
@ -135,7 +135,7 @@ Definition of the JRSResume class.
/** Return the resume format. */
format = function() {
JRSResume.prototype.format = function() {
return 'JRS';
};