style: remove unused var

This commit is contained in:
hacksalot 2018-02-05 23:41:40 -05:00
parent 6f07141b0d
commit 66f3cb15c9
No known key found for this signature in database
GPG Key ID: 2F343EC247CA4B06
2 changed files with 1 additions and 3 deletions

View File

@ -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 + '~@@@@';

View File

@ -233,7 +233,6 @@ class JRSResume# extends AbstractResume
###
harden: () ->
that = @
ret = @dupe()
HD = (txt) -> '@@@@~' + txt + '~@@@@'