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 @@
drawAnchor(_x, _y, w, h);
// horizontal
_x = _this.headersLeft
_x = _this.headersLeft;
_y = this.getCellTop(frozenCell.getRow0(), 1) - anchorWidth/2 - 0.5;
w = _this.headersWidth;
h = anchorWidth;
......@@ -3128,7 +3128,7 @@
}
break;
}
}
};
WorksheetView.prototype.setFrozenCell = function(col, row, bRedraw) {
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