This coffeescript...
"""
#{@display_event_small(event) for event in data.top_events}
"""
outputs commas between each of the elements in data.top_events. I need to have them concatenate without commas in between. Of course, I could use a more customized loop, but I would imagine CoffeeScript has a nicer way of changing this behavior.
Let me know if I need to clarify. Thanks.