Skip to content

Instantly share code, notes, and snippets.

@aroc
Created June 15, 2014 20:40
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/9e1ef2ec334440a39abb to your computer and use it in GitHub Desktop.
Save aroc/9e1ef2ec334440a39abb to your computer and use it in GitHub Desktop.
SideComments insertComment
var comment = {
sectionId: 12,
comment: "Hey there!",
authorAvatarUrl: "users/avatars/test1.png",
authorName: "Jim Jones",
authorId: 16
};
sideComments.insertComment(comment);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment