jakesgordon / javascript-state-machine

A javascript finite state machine library
MIT License
8.69k stars 964 forks source link

expose initial and add reset method #115

Closed phoet closed 7 years ago

phoet commented 7 years ago

in order to close #114

i think it should be as simple as that?

jakesgordon commented 7 years ago

The current master branch (v2) is about to be deprecated and replaced with a rewrite (v3), so won't be able to take this PR, but as noted in the issue #114 you can get this beheviour in the upcoming v3 branch with a wildcard dynamic transition (see comment on issue #114)