Skip to content

Instantly share code, notes, and snippets.

@julesbou
Created March 11, 2016 15:53
Show Gist options
  • Save julesbou/73886cac13ecff9b7094 to your computer and use it in GitHub Desktop.
Save julesbou/73886cac13ecff9b7094 to your computer and use it in GitHub Desktop.
/**
* Load according conversation in the window
*/
var loadConversation = function(conversationId) {
// (the code we want to profile)
// — send an ajax call to fetch email
// — render a templates with email’s informations
// — etc ..
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment