mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2026-05-06 04:26:03 +01:00
style: remove unused var
This commit is contained in:
Vendored
+1
-2
@@ -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 + '~@@@@';
|
||||
|
||||
Reference in New Issue
Block a user