mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-02 20:37:08 +01:00
style: notate an issue in skills coalescing func
This commit is contained in:
4
dist/core/fresh-resume.js
vendored
4
dist/core/fresh-resume.js
vendored
@ -213,7 +213,9 @@ Definition of the FRESHResume class.
|
||||
};
|
||||
|
||||
|
||||
/** Return a unique list of all keywords across all skills. */
|
||||
/**
|
||||
Return a unique list of all skills declared in the resume.
|
||||
*/
|
||||
|
||||
FreshResume.prototype.keywords = function() {
|
||||
var flatSkills;
|
||||
|
Reference in New Issue
Block a user