mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-07-02 08:21:06 +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';
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user