mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-02 20:37:08 +01:00
style: remove unused var
This commit is contained in:
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 + '~@@@@';
|
||||
|
Reference in New Issue
Block a user