Searched refs:newReply (Results 1 – 1 of 1) sorted by relevance
15288 var newReply = editorUi.newComment(initContent, editorUi.getCurrentUser());15289 newReply.pCommentId = comment.id;15293 var replyComment = addComment(newReply, comment.replies, pdiv, level + 1);15299 comment.addReply(newReply, function(id)15301 newReply.id = id;15302 comment.replies.push(newReply);15318 editComment(newReply, replyComment, function(newReply) argument