Skip to content

Commit

Permalink
Update README's method listing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubun2 committed Nov 22, 2011
1 parent 14af96e commit 523f582
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -49,9 +49,12 @@ Statecharts have the following functions:


+ `addState` + `addState`
+ `currentState` + `currentState`
+ `getAllStates`
+ `inState`
+ `sendEvent` + `sendEvent`
+ `goToState` + `goToState`
+ `initState` or `initStates` + `goToHistoryState`
+ `initStates`
+ `setData` + `setData`
+ `getData` + `getData`


Expand Down

0 comments on commit 523f582

Please sign in to comment.