mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +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() {
|
JRSResume.prototype.harden = function() {
|
||||||
var HD, HDIN, ret, that, transformer;
|
var HD, HDIN, ret, transformer;
|
||||||
that = this;
|
|
||||||
ret = this.dupe();
|
ret = this.dupe();
|
||||||
HD = function(txt) {
|
HD = function(txt) {
|
||||||
return '@@@@~' + txt + '~@@@@';
|
return '@@@@~' + txt + '~@@@@';
|
||||||
|
@ -233,7 +233,6 @@ class JRSResume# extends AbstractResume
|
|||||||
###
|
###
|
||||||
harden: () ->
|
harden: () ->
|
||||||
|
|
||||||
that = @
|
|
||||||
ret = @dupe()
|
ret = @dupe()
|
||||||
|
|
||||||
HD = (txt) -> '@@@@~' + txt + '~@@@@'
|
HD = (txt) -> '@@@@~' + txt + '~@@@@'
|
||||||
|
Loading…
Reference in New Issue
Block a user