Skip to content

Commit

Permalink
transforms: oops, reenable apply opt
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Mar 5, 2013
1 parent 7a5fecf commit 9f62ba2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/xjst/transforms/apply.js
Expand Up @@ -43,7 +43,6 @@ function digIn(state, node, options) {
// //
exports.process = function optimizeRecursion(tree, source, options, exports.process = function optimizeRecursion(tree, source, options,
recompiled) { recompiled) {
return tree;
if (options.engine.name !== 'sort-group' || options['force-inline'] || if (options.engine.name !== 'sort-group' || options['force-inline'] ||
options.asyncify) { options.asyncify) {
return tree; return tree;
Expand Down

0 comments on commit 9f62ba2

Please sign in to comment.