range comprehensions are working smooth

This commit is contained in:
Jeremy Ashkenas
2010-02-12 13:51:44 -05:00
parent 12859e575a
commit c0f9058f15
3 changed files with 3 additions and 3 deletions

View File

@@ -883,7 +883,7 @@ ForNode: exports.ForNode: inherit Node, {
@step: source.step
@object: !!source.object
[@name, @index]: [@index, @name] if @object
@children: [@body, @source, @filter]
@children: compact [@body, @source, @filter]
this
top_sensitive: ->