Commit 2a23c986 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov
parent 999e953e
...@@ -882,7 +882,7 @@ CCellCommentator.prototype.sortComments = function(activeRange, changes) { ...@@ -882,7 +882,7 @@ CCellCommentator.prototype.sortComments = function(activeRange, changes) {
History.StartTransaction(); History.StartTransaction();
for (var i = 0; i < aComments.length; i++) { for (var i = 0; i < aComments.length; i++) {
this.asc_changeComment(aComments[i].asc_getId(), aComments[i], true); t.asc_changeComment(aComments[i].asc_getId(), aComments[i], true);
} }
History.EndTransaction(); History.EndTransaction();
......
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