1
0
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:
hacksalot
2018-02-09 00:17:10 -05:00
parent ea3c72845e
commit 17e5c6c172
2 changed files with 21 additions and 2 deletions

View File

@ -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;