Commit 766517cd authored by GoshaZotov's avatar GoshaZotov

change sort MODE function (fSortDescending -> fSortAscending)

parent 8428badd
...@@ -4766,7 +4766,7 @@ ...@@ -4766,7 +4766,7 @@
} }
} }
medArr.sort(AscCommon.fSortDescending); medArr.sort(fSortAscending);
if (medArr.length < 1) { if (medArr.length < 1) {
return new cError(cErrorType.wrong_value_type); return new cError(cErrorType.wrong_value_type);
......
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