cubing / mark2

Client-Side Javascript WCA-Style Scrambler
https://www.cubing.net/mark2/
7 stars 6 forks source link

Don't use for(... in ...) to loop over arrays. #139

Closed lgarron closed 12 years ago

lgarron commented 12 years ago

This caused issues with whatever MooTools was doing when I hooked up mark2.ui to tnoodle. Iterating up to array length should be standard, and just fine for this.