fix aggregateBy func, fix #498

This commit is contained in:
Alexander Zobnin
2017-12-20 12:50:27 +03:00
parent 8edbae7aa1
commit 63a2594cf3
8 changed files with 116 additions and 8 deletions

View File

@@ -480,7 +480,8 @@ System.register(['lodash', './utils'], function (_export, _context) {
MIN: MIN,
MAX: MAX,
MEDIAN: MEDIAN,
PERCENTIL: PERCENTIL
PERCENTIL: PERCENTIL,
sortByTime: sortByTime
};
_export('default', exportedFunctions);