mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
Fixes Issue #573. Herecomments inside of class literals.
This commit is contained in:
@@ -399,7 +399,7 @@ exports.CommentNode = class CommentNode extends BaseNode
|
||||
|
||||
compileNode: (o) ->
|
||||
sep = '\n' + @tab
|
||||
"#{@tab}/*##{sep + @lines.join(sep) }\n#{@tab}*/"
|
||||
"#{@tab}/*#{sep + @lines.join(sep) }\n#{@tab}*/"
|
||||
|
||||
#### CallNode
|
||||
|
||||
|
||||
Reference in New Issue
Block a user