1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-06-30 23:40:05 +01:00

Make Handlebars options explicit.

This commit is contained in:
hacksalot 2016-01-08 16:27:19 -05:00
parent 9fdfd1b5a6
commit d6a3aab68a

View File

@ -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,