Fix failure when using decorators in partials
This commit is contained in:
@@ -703,6 +703,7 @@ JavaScriptCompiler.prototype = {
|
||||
}
|
||||
options.helpers = 'helpers';
|
||||
options.partials = 'partials';
|
||||
options.decorators = 'container.decorators';
|
||||
|
||||
if (!isDynamic) {
|
||||
params.unshift(this.nameLookup('partials', name, 'partial'));
|
||||
|
||||
Reference in New Issue
Block a user