diff options
Diffstat (limited to 'src/Compiler.js')
| -rw-r--r-- | src/Compiler.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Compiler.js b/src/Compiler.js index 09857ea4..a03d24c4 100644 --- a/src/Compiler.js +++ b/src/Compiler.js @@ -330,7 +330,7 @@ Compiler.prototype = {          template.addChild(i, self.templatize(child, i, priority));        });      } -    return template.empty() ? _null : template; +    return template.empty() ? null : template;    }  }; | 
