Guest User

Untitled

a guest
Jan 17th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. JC.statechart = SC.Statechart.create({
  2. rootState: SC.State.design({
  3. initialSubstate: 'home',
  4. substatesAreConcurrent: YES,
  5.  
  6. home: SC.State.plugin('JC.stateHome')
  7. })
  8. });
Add Comment
Please, Sign In to add comment