davidmerfield / Typeset

An HTML pre-proces­sor for web ty­pog­ra­phy
https://typeset.lllllllllllllllll.com/
Creative Commons Zero v1.0 Universal
2.41k stars 52 forks source link

Changed inappropriate for...in loops to for loops. Bug fix version bump. #41

Closed noahlange closed 4 years ago

noahlange commented 8 years ago

Addresses #40. Definitely uglier than for...in, but a) for...of wasn't working as expected for some of the instances, b) would've required more aggressive changes than replacement for loops and c) might've introduced browser compatibility issues for older browsers.

Also did a rebuild and made a bug fix version bump.