We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced7a08 commit c656a1aCopy full SHA for c656a1a
lib/engine_handlebars.js
@@ -44,8 +44,8 @@ var engine_handlebars = {
44
return compiled(data);
45
},
46
47
- registerPartial: function (oPattern) {
48
- Handlebars.registerPartial(oPattern.key, oPattern.template);
+ registerPartial: function (pattern) {
+ Handlebars.registerPartial(pattern.patternPartial, pattern.template);
49
50
51
// find and return any {{> template-name }} within pattern
0 commit comments