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 861a146 commit a648ae5Copy full SHA for a648ae5
builder/object_factory.js
@@ -56,7 +56,7 @@
56
// console.log('this does ' + (this.template ? '' : 'NOT ') + 'have template');
57
// console.log('this does ' + (this.extendedTemplate ? '' : 'NOT ') + 'have extendedTemplate');
58
59
- return this.engine.renderPattern(this.template, data, partials);
+ return this.engine.renderPattern(this.extendedTemplate, data, partials);
60
};
61
62
var oBucket = function(name){
0 commit comments