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

добавил функцию для очистки Filters

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64110 954022d7-b5bf-4e40-9824-e11837661b57
parent 3915d428
......@@ -4781,6 +4781,13 @@ Filters.prototype._sortDate = function()
}
};
Filters.prototype.clean = function()
{
this.Values = {};
this.Dates = [];
this.Blank = null;
};
/** @constructor */
function Filter() {
this.Val = null;
......
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