Commit f804bc20 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug #32112 - Не добавляются комментарии

parent 62b435cf
......@@ -39,4 +39,6 @@ asc_docs_api.prototype.asc_addComment = function(AscCommentData) {
if (Comment) {
return Comment.Get_Id();
}
};
\ No newline at end of file
};
asc_docs_api.prototype['asc_addComment'] = asc_docs_api.prototype.asc_addComment;
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment