Searched refs:DriveComment (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DriveComment.js | 1 DriveComment = function(file, id, content, modifiedDate, createdDate, isResolved, user, pCommentId) class 8 mxUtils.extend(DriveComment, DrawioComment); 10 DriveComment.prototype.addReply = function(reply, success, error, doResolve, doReopen) 35 DriveComment.prototype.editComment = function(newContent, success, error) 55 DriveComment.prototype.deleteComment = function(success, error)
|
H A D | DriveFile.js | 733 var comment = new DriveComment(file, gComment.commentId || gComment.replyId, gComment.content, 806 return new DriveComment(this, null, content, Date.now(), Date.now(), false, user);
|