Inherit compat flag for partials

This commit is contained in:
kpdecker
2014-08-13 22:33:14 -05:00
parent d95725d5fd
commit 0edce6e1d1
3 changed files with 15 additions and 3 deletions
@@ -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) {