Commit 825be6f6 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

правка для #24503

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56423 954022d7-b5bf-4e40-9824-e11837661b57
parent ad7e60ab
...@@ -4679,6 +4679,7 @@ function Result() { ...@@ -4679,6 +4679,7 @@ function Result() {
this.heigth = null; this.heigth = null;
this.id = null; this.id = null;
this.idNext = null; this.idNext = null;
this.hiddenRows = null;
} }
Result.prototype.clone = function() { Result.prototype.clone = function() {
var res = new Result(); var res = new Result();
...@@ -4688,6 +4689,7 @@ Result.prototype.clone = function() { ...@@ -4688,6 +4689,7 @@ Result.prototype.clone = function() {
res.heigth = this.heigth; res.heigth = this.heigth;
res.id = this.id; res.id = this.id;
res.idNext = this.idNext; res.idNext = this.idNext;
res.hiddenRows = this.hiddenRows;
return res; return res;
}; };
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