DavidDurman / statechart

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

Whitespace improvements for readability; conform to jshint. #6

Closed erinishimoticha closed 10 years ago

erinishimoticha commented 10 years ago

I've fixed some inconsistent indentation and spacing as well as made statechart.js conform to most of the default jshint recommendations. There weren't very many functional changes at all, and tests pass.