1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-07-02 16:30:04 +01:00

Document parameter.

This commit is contained in:
hacksalot 2016-01-22 02:44:17 -05:00
parent 58a7fc09e5
commit 7b3364c356

View File

@ -93,7 +93,8 @@ Generic template helper definitions for HackMyResume / FluentCV.
/** /**
Emit a comma-delimited list of font names suitable associated with the Emit a comma-delimited list of font names suitable associated with the
provided key. provided key.
@param styleName @param key {String} A named style from the "fonts" section of the theme's
theme.json file. For example: 'default' or 'heading1'.
*/ */
fontList: function( key ) { fontList: function( key ) {
var ret = ''; var ret = '';