mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-17 19:11:22 -05:00
alright, really fixing the comments this time
This commit is contained in:
@@ -436,9 +436,7 @@
|
||||
return this;
|
||||
},
|
||||
compile_node: function compile_node(o) {
|
||||
var delimiter;
|
||||
delimiter = this.idt() + '//';
|
||||
return delimiter + this.lines.join(delimiter);
|
||||
return this.idt() + '//' + this.lines.join('\n' + this.idt() + '//');
|
||||
}
|
||||
}));
|
||||
statement(CommentNode);
|
||||
|
||||
Reference in New Issue
Block a user