mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +00:00
Remove unused var.
This commit is contained in:
parent
c8cc673ad5
commit
65c7e41c53
@ -61,7 +61,6 @@ Implementation of the 'analyze' verb for HackMyResume.
|
|||||||
(rez.meta && rez.meta.format && rez.meta.format.startsWith('FRESH')) ?
|
(rez.meta && rez.meta.format && rez.meta.format.startsWith('FRESH')) ?
|
||||||
'FRESH' : 'JRS';
|
'FRESH' : 'JRS';
|
||||||
|
|
||||||
var padding = 20;
|
|
||||||
this.stat( HME.beforeAnalyze, { fmt: safeFormat, file: resumeObject.file });
|
this.stat( HME.beforeAnalyze, { fmt: safeFormat, file: resumeObject.file });
|
||||||
var info = _.mapObject( nlzrs, function(val, key) {
|
var info = _.mapObject( nlzrs, function(val, key) {
|
||||||
return val.run( resumeObject.rez );
|
return val.run( resumeObject.rez );
|
||||||
|
Loading…
Reference in New Issue
Block a user