generator: correctly output XJSEmptyExpression
This commit is contained in:
parent
d4deb18975
commit
d5f47f4f4d
@ -74,5 +74,5 @@ exports.XJSClosingElement = function (node, print) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
exports.XJSEmptyExpression = function () {
|
exports.XJSEmptyExpression = function () {
|
||||||
this.push("null");
|
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user