Guest User

Untitled

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