1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
This commit is contained in:
Jeremy Ashkenas 2010-01-02 01:00:03 -05:00
parent 7ee5be674d
commit 7eff8786bc
3 changed files with 18 additions and 3 deletions

View file

@ -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);
}
}