mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-17 19:11:22 -05:00
range comprehensions are working smooth
This commit is contained in:
@@ -1125,7 +1125,7 @@
|
||||
this.name = __a[0];
|
||||
this.index = __a[1];
|
||||
}
|
||||
this.children = [this.body, this.source, this.filter];
|
||||
this.children = compact([this.body, this.source, this.filter]);
|
||||
return this;
|
||||
},
|
||||
top_sensitive: function top_sensitive() {
|
||||
|
||||
Reference in New Issue
Block a user