Commit 41a6fcf9 authored by GoshaZotov's avatar GoshaZotov

delete unused check(+ delete ToDo)

parent dbc62e94
......@@ -3420,11 +3420,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
......@@ -3504,7 +3501,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