mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-02 12:27:08 +01:00
Make Handlebars options explicit.
This commit is contained in:
@ -41,7 +41,7 @@ Definition of the HandlebarsGenerator class.
|
||||
( format === 'doc' ) && (encData = json.xmlify());
|
||||
|
||||
// Compile and run the Handlebars template.
|
||||
var template = HANDLEBARS.compile(jst);
|
||||
var template = HANDLEBARS.compile(jst, { strict: false, assumeObjects: false });
|
||||
return template({
|
||||
r: encData,
|
||||
RAW: json,
|
||||
|
Reference in New Issue
Block a user