davidedc / livecodelab

a web based livecoding environment
http://livecodelab.net/
MIT License
329 stars 63 forks source link

Find all the ".length" and "for" and "++" in the Coffeescript files and if it's a for loop use a proper iterator instead #158

Closed davidedc closed 11 years ago

davidedc commented 11 years ago

this is now done, checked all for, while, ++, +=, --. -= and replaced a better iterator whenever possible.