Advertisement
Guest User

Untitled

a guest
May 30th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. const postObject = {
  2. postId: "123",
  3. title: "HI",
  4. body: "Hello World"
  5. };
  6.  
  7. dispatch({
  8. type: "UPDATE_SOMETHING",
  9. storeState: "postReducer",
  10. data:
  11. method(cb) {
  12. return Meteor.call('post:addPost', "123", postObject, cb);
  13. }
  14. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement