DavidDurman / statechart

Statechart implementation in JavaScript
MIT License
100 stars 16 forks source link

Whitespace improvements for readability; conform to jshint. #10

Closed erinishimoticha closed 10 years ago

erinishimoticha commented 10 years ago

Whitespace improvements for readability; conform to jshint.

erinishimoticha commented 10 years ago

Ok, I've rebased with that change that we discussed included--removing the forEach() in favor of [mostly] the original for loop you'd written.

erinishimoticha commented 10 years ago

I've reverted the things you didn't want changed.