fix comment space column bug

This commit is contained in:
Sebastian McKenzie 2014-11-09 18:22:04 +11:00
parent 48f6c5c649
commit 85d7da9a7c

View File

@ -368,6 +368,7 @@ CodeGenerator.prototype._printComments = function (comments) {
if (column && !self.isLast(["\n", " ", "[", "{"])) { if (column && !self.isLast(["\n", " ", "[", "{"])) {
self._push(" "); self._push(" ");
column++;
} }
// //