removing the silly newlines from comments

This commit is contained in:
Jeremy Ashkenas
2010-01-03 18:07:03 -05:00
parent 6160fe3c17
commit bb0dfa5cd4

View File

@@ -179,7 +179,7 @@ module CoffeeScript
end
def compile_node(o={})
delimiter = "\n#{o[:indent]}//"
delimiter = "#{o[:indent]}//"
comment = "#{delimiter}#{@lines.join(delimiter)}"
write(comment)
end