1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-11-05 09:56:22 +00:00
This commit is contained in:
hacksalot 2016-01-23 23:30:48 -05:00
parent 2840ec3f87
commit e6d2255291

View File

@ -57,7 +57,7 @@ Generic template helper definitions for HackMyResume / FluentCV.
}, },
/** /**
Return a named color value. Return a named color value as an RRGGBB string.
@method toFrom @method toFrom
*/ */
color: function( colorName, colorDefault ) { color: function( colorName, colorDefault ) {
@ -100,7 +100,7 @@ Generic template helper definitions for HackMyResume / FluentCV.
theme.json file. For example: 'default' or 'heading1'. theme.json file. For example: 'default' or 'heading1'.
*/ */
fontSize: function( key, defSize, units ){ fontSize: function( key, defSize, units ){
console.log('defSize is ' + defSize);
var ret = '' var ret = ''
, hasDef = defSize && ( String.is( defSize ) || _.isNumber( defSize )); , hasDef = defSize && ( String.is( defSize ) || _.isNumber( defSize ));