Commit 4d3b8ae2 authored by GoshaZotov's avatar GoshaZotov Committed by Alexander.Trofimov

delete unused check(+ delete ToDo)

parent 6dd3b040
......@@ -3396,11 +3396,8 @@
maxFilterRow = automaticRowCount;
}
var individualCount, count, tempResult;
// ToDo Нужно проверить, я не очень понял, зачем тут была проверка...
if (true) {
individualCount = 0;
count = 0;
var individualCount = 0, count = 0, tempResult;
for(var i = ref.r1 + 1; i <= maxFilterRow; i++)
{
//max strings
......@@ -3480,7 +3477,6 @@
individualCount++;
}
}
return {values: this._sortArrayMinMax(values), automaticRowCount: automaticRowCount};
},
......
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