mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +00:00
Scrub.
This commit is contained in:
parent
2840ec3f87
commit
e6d2255291
@ -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 ));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user