Commit 348acb3a authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51612 954022d7-b5bf-4e40-9824-e11837661b57
parent 2c1f7c47
...@@ -3705,7 +3705,7 @@ asc_docs_api.prototype.asc_getComments = function() ...@@ -3705,7 +3705,7 @@ asc_docs_api.prototype.asc_getComments = function()
var _slidesCount = _slides.length; var _slidesCount = _slides.length;
for (var i = 0; i < _slidesCount; i++) for (var i = 0; i < _slidesCount; i++)
{ {
var _comments = _slides[i].comments; var _comments = _slides[i].slideComments.comments;
var _commentsCount = _comments.length; var _commentsCount = _comments.length;
for (var j = 0; j < _commentsCount; j++) for (var j = 0; j < _commentsCount; j++)
......
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