Guest User

Untitled

a guest
Apr 26th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. class AppDispatcher extends Dispatcher{
  2.  
  3. handleViewAction(payload){
  4. this.dispatch({
  5. actionType: payload.actionType,
  6. data: payload.data
  7. });
  8. }
  9.  
  10. }
Add Comment
Please, Sign In to add comment