maxtaco / coffee-script

IcedCoffeeScript
http://maxtaco.github.com/coffee-script
MIT License
727 stars 58 forks source link

Fix for #98: deal with variable-free for [...] loops. #116

Closed davidbau closed 10 years ago

davidbau commented 10 years ago

This small fix (thanks to Kevin Zatloukal) uses a generated variable for a variable-free for loop; and it adds a small test for that case.

davidbau commented 10 years ago

(Fixes #98)

maxtaco commented 10 years ago

Thanks for the fix! It's live in 1.7.1-b. Let me know if anything is wonky.