Inherit compat flag for partials
This commit is contained in:
@@ -123,7 +123,10 @@ JavaScriptCompiler.prototype = {
|
||||
ret.useData = true;
|
||||
}
|
||||
if (this.useDepths) {
|
||||
ret.depths = true;
|
||||
ret.useDepths = true;
|
||||
}
|
||||
if (this.options.compat) {
|
||||
ret.compat = true;
|
||||
}
|
||||
|
||||
if (!asObject) {
|
||||
|
||||
Reference in New Issue
Block a user