Commit a5bb1007 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

добавил несколько функций для меню

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62561 954022d7-b5bf-4e40-9824-e11837661b57
parent 307271fd
......@@ -3937,9 +3937,8 @@ var maxIndividualValues = 10000;
}
}
return this._sortArrayMinMax(values);
console.timeEnd("new");
return this._sortArrayMinMax(values);
},
_sortArrayMinMax: function(elements)
......@@ -4741,9 +4740,12 @@ var maxIndividualValues = 10000;
prot["asc_getSortState"] = prot.asc_getSortState;
prot["asc_getValues"] = prot.asc_getValues;
prot["asc_getFilter"] = prot.asc_getFilter;
prot["asc_getCellId"] = prot.asc_getCellId;
window["Asc"]["AutoFilterObj"] = window["Asc"].AutoFilterObj = AutoFilterObj;
prot = AutoFilterObj.prototype;
prot["asc_getType"] = prot.asc_getType;
prot["asc_getFilter"] = prot.asc_getFilter;
window["Asc"]["AutoFiltersOptionsElements"] = window["Asc"].AutoFiltersOptionsElements = AutoFiltersOptionsElements;
prot = AutoFiltersOptionsElements.prototype;
......
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