mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2026-05-06 04:26:03 +01:00
style: notate an issue in skills coalescing func
This commit is contained in:
Vendored
+3
-1
@@ -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