mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-23 00:40:10 +00:00
Fix reference error in explicit themes.
This commit is contained in:
parent
55943bf49a
commit
76cafa4249
@ -206,7 +206,7 @@ Definition of the FRESHTheme class.
|
|||||||
// Iterate over all files in the theme folder, producing an array, fmts,
|
// Iterate over all files in the theme folder, producing an array, fmts,
|
||||||
// containing info for each file. While we're doing that, also build up
|
// containing info for each file. While we're doing that, also build up
|
||||||
// the formatsHash object.
|
// the formatsHash object.
|
||||||
var fmts = RECURSIVE_READ_DIR( tplFolder ).map( function( absPath ) {
|
var fmts = READFILES( tplFolder ).map( function( absPath ) {
|
||||||
|
|
||||||
act = null;
|
act = null;
|
||||||
// If this file is mentioned in the theme's JSON file under "transforms"
|
// If this file is mentioned in the theme's JSON file under "transforms"
|
||||||
|
Loading…
Reference in New Issue
Block a user