Created
June 15, 2014 20:40
-
-
Save aroc/9e1ef2ec334440a39abb to your computer and use it in GitHub Desktop.
SideComments insertComment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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