generator: correctly output XJSEmptyExpression

This commit is contained in:
Sebastian McKenzie 2014-11-14 00:52:49 +11:00
parent d4deb18975
commit d5f47f4f4d

View File

@ -74,5 +74,5 @@ exports.XJSClosingElement = function (node, print) {
}; };
exports.XJSEmptyExpression = function () { exports.XJSEmptyExpression = function () {
this.push("null");
}; };