mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 01:56:21 +00:00
style: remove unused var
This commit is contained in:
parent
6f07141b0d
commit
66f3cb15c9
3
dist/core/jrs-resume.js
vendored
3
dist/core/jrs-resume.js
vendored
@ -285,8 +285,7 @@ Definition of the JRSResume class.
|
||||
*/
|
||||
|
||||
JRSResume.prototype.harden = function() {
|
||||
var HD, HDIN, ret, that, transformer;
|
||||
that = this;
|
||||
var HD, HDIN, ret, transformer;
|
||||
ret = this.dupe();
|
||||
HD = function(txt) {
|
||||
return '@@@@~' + txt + '~@@@@';
|
||||
|
@ -233,7 +233,6 @@ class JRSResume# extends AbstractResume
|
||||
###
|
||||
harden: () ->
|
||||
|
||||
that = @
|
||||
ret = @dupe()
|
||||
|
||||
HD = (txt) -> '@@@@~' + txt + '~@@@@'
|
||||
|
Loading…
Reference in New Issue
Block a user