mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
todo
This commit is contained in:
parent
7ee5be674d
commit
7eff8786bc
3 changed files with 18 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
for (__b in __a) {
|
||||
if (__a.hasOwnProperty(__b)) {
|
||||
food = __a[__b];
|
||||
__d = food.eat();
|
||||
__d = this.eat(food);
|
||||
__c.push(__d);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue