1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-03 04:47:07 +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';
};

View File

@ -49,7 +49,7 @@ Definition of the JRSTheme class.
{
action: 'transform',
render: this.render,
major: true,
primary: true,
ext: 'html',
css: null
}
@ -61,7 +61,7 @@ Definition of the JRSTheme class.
{
action: 'transform',
render: this.render,
major: true,
primary: true,
ext: 'pdf',
css: null
}