Skip to content

Instantly share code, notes, and snippets.

@aroc
Created June 15, 2014 20:36
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 aroc/106df5b9b5356dc4c074 to your computer and use it in GitHub Desktop.
Save aroc/106df5b9b5356dc4c074 to your computer and use it in GitHub Desktop.
SideComments setCurrentUser
var currentUser = {
"id": 1,
"avatarUrl": "users/avatars/user1.png",
"name": "Jim Jones"
};
sideComments.setCurrentUser(currentUser);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment