Commit 05c44eae authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

refactoring

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@53234 954022d7-b5bf-4e40-9824-e11837661b57
parent c5813178
......@@ -57,7 +57,8 @@
asc_setVal: function (val) { this.val = val; },
asc_setVisible: function (val) { this.visible = val; }
};
/** @constructor */
function formatTablePictures (options) {
if ( !(this instanceof formatTablePictures) ) {return new formatTablePictures(options);}
......@@ -1466,7 +1467,7 @@
//применяем сортировку из меню фильтра
sortColFilter: function(type, cellId, ar, isTurnOffHistory) {
var aWs = this._getCurrentWS();
var ws = this.worksheet;;
var ws = this.worksheet;
var currentFilter;
var curCell;
var sortRange;
......
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