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 e09f1876..c45dd46e 100644 --- a/src/Compiler.js +++ b/src/Compiler.js @@ -181,7 +181,7 @@ Compiler.prototype = { template.addChild(i, self.templatize(child, i, priority)); }); } - return template.empty() ? null : template; + return template.empty() ? _null : template; } }; |
