russplaysguitar / UnderscoreCF

An UnderscoreJS port for Coldfusion. Functional programming library.
http://russplaysguitar.github.com/UnderscoreCF/
MIT License
89 stars 38 forks source link

Compatibility: Railo for-in loops on structs are wrong #30

Closed russplaysguitar closed 11 years ago

russplaysguitar commented 11 years ago

Apparently the index of for .. in loops in Railo on structs is the index number, not the key name. This causes the key of collection iterators to be the index number, not the actual key. Totally lame.