mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-19 03:44:23 -05:00
alright, really fixing the comments this time
This commit is contained in:
@@ -310,8 +310,7 @@ CommentNode: exports.CommentNode: inherit Node, {
|
||||
this
|
||||
|
||||
compile_node: (o) ->
|
||||
delimiter: @idt() + '//'
|
||||
delimiter + @lines.join(delimiter)
|
||||
@idt() + '//' + @lines.join('\n' + @idt() + '//')
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user