Mihai Bazon
2013-09-06 09:54:30 +03:00
parent cb9d16fbe4
commit 7c10b25346
2 changed files with 45 additions and 21 deletions

View File

@@ -399,7 +399,7 @@ function OutputStream(options) {
});
}
comments.forEach(function(c){
if (c.type == "comment1") {
if (/comment[134]/.test(c.type)) {
output.print("//" + c.value + "\n");
output.indent();
}