Commit 84576967 authored by Alexander.Trofimov's avatar Alexander.Trofimov

refactoring

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58846 954022d7-b5bf-4e40-9824-e11837661b57
parent fdc3f633
...@@ -5660,9 +5660,8 @@ var gUndoInsDelCellsFlag = true; ...@@ -5660,9 +5660,8 @@ var gUndoInsDelCellsFlag = true;
}, },
// ToDo - от _reDrawFilters в будущем стоит избавиться, ведь она проставляет стили ячейкам, а это не нужно делать (сменить отрисовку) // ToDo - от _reDrawFilters в будущем стоит избавиться, ведь она проставляет стили ячейкам, а это не нужно делать (сменить отрисовку)
_reDrawFilters: function(isNUpdate) _reDrawFilters: function()
{ {
var ws = this.worksheet;
var aWs = this._getCurrentWS(); var aWs = this._getCurrentWS();
if(aWs.TableParts && aWs.TableParts.length > 0) if(aWs.TableParts && aWs.TableParts.length > 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