jam-cloud/web/app/assets/javascripts/react-components/actions/ProfileActions.js.coffee

14 lines
276 B
CoffeeScript

context = window
@ProfileActions = Reflux.createActions({
startTeacherEdit: {}
cancelTeacherEdit: {}
doneTeacherEdit: {}
startProfileEdit: {}
cancelProfileEdit: {}
doneProfileEdit: {}
editProfileNext: {}
viewTeacherProfile: {}
viewTeacherProfileDone: {}
})