mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-03 04:47:07 +01:00
Numerous fixes.
This commit is contained in:
4
dist/core/jrs-resume.js
vendored
4
dist/core/jrs-resume.js
vendored
@ -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';
|
||||
};
|
||||
|
||||
|
4
dist/core/jrs-theme.js
vendored
4
dist/core/jrs-theme.js
vendored
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user