DavidDurman / statechart

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

Do while #7

Closed erinishimoticha closed 10 years ago

erinishimoticha commented 10 years ago

Just a tiny optimization here. Using a do-while allows us to eliminate some duplicate code.