Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. else if attributes.toDo == 'change_form_parent'
  2. @changeFormParent(attributes.attributes)
  3.  
  4.  
  5.  
  6. changeFormParent: (attributes) ->
  7. _.assign(@form, attributes.form)
  8. @emitChange()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement