Commit 89f36c04 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

add ';'

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@54834 954022d7-b5bf-4e40-9824-e11837661b57
parent c1284ae5
...@@ -3028,7 +3028,7 @@ ...@@ -3028,7 +3028,7 @@
drawAnchor(_x, _y, w, h); drawAnchor(_x, _y, w, h);
// horizontal // horizontal
_x = _this.headersLeft _x = _this.headersLeft;
_y = this.getCellTop(frozenCell.getRow0(), 1) - anchorWidth/2 - 0.5; _y = this.getCellTop(frozenCell.getRow0(), 1) - anchorWidth/2 - 0.5;
w = _this.headersWidth; w = _this.headersWidth;
h = anchorWidth; h = anchorWidth;
...@@ -3128,7 +3128,7 @@ ...@@ -3128,7 +3128,7 @@
} }
break; break;
} }
} };
WorksheetView.prototype.setFrozenCell = function(col, row, bRedraw) { WorksheetView.prototype.setFrozenCell = function(col, row, bRedraw) {
this.topLeftFrozenCell = new CellAddress(row, col, 0); this.topLeftFrozenCell = new CellAddress(row, col, 0);
......
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