Skip to content

Instantly share code, notes, and snippets.

@jquense
Created March 2, 2015 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jquense/c78d72ddd1523095f95c to your computer and use it in GitHub Desktop.
Save jquense/c78d72ddd1523095f95c to your computer and use it in GitHub Desktop.
function(msg){
dispatcher.dispatch('CREATE_MSG', msg);
api.saveMsg(msg).then(msg => {
dispatcher.dispatch('CREATE_MSG_COMPLETE', msg) //id is available here
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment