Fixes Issue #573. Herecomments inside of class literals.

This commit is contained in:
Jeremy Ashkenas
2010-08-10 23:02:24 -04:00
parent 60a4138d50
commit 5bdf78d5ec
4 changed files with 6 additions and 2 deletions

View File

@@ -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