Commit 7fa15ad5 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

t -> this

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57826 954022d7-b5bf-4e40-9824-e11837661b57
parent b3836344
......@@ -6000,7 +6000,7 @@
WorksheetView.prototype._findVisibleCol = function (from, dc, flag) {
var to = dc < 0 ? -1 : this.cols.length, c;
for (c = from; c !== to; c += dc) {
if (this.cols[c].width > t.width_1px) {return c;}
if (this.cols[c].width > this.width_1px) {return c;}
}
return flag ? -1 : this._findVisibleCol(from, dc * -1, true);
};
......
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