mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +00:00
Make Handlebars options explicit.
This commit is contained in:
parent
9fdfd1b5a6
commit
d6a3aab68a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user