tczzz

Results 1 issues of tczzz

This code is an example of what I read [Asynchronous Transitions.md](https://github.com/jakesgordon/javascript-state-machine/blob/master/docs/async-transitions.md)。 But did not work properly and what should I do? ```javascript var fsm = new StateMachine({ init: 'menu', transitions:...