diff --git a/source/Ox.UI/js/List/Ox.TreeList.js b/source/Ox.UI/js/List/Ox.TreeList.js index 48b2a1d6..ebcb291a 100644 --- a/source/Ox.UI/js/List/Ox.TreeList.js +++ b/source/Ox.UI/js/List/Ox.TreeList.js @@ -162,7 +162,7 @@ Ox.TreeList = function(options, self) { + ' [' + Ox.len(value) + ']'; ret.items = Ox.sort(Ox.keys(value).map(function(k) { return parseData(k, value[k]); - }); + })); } else { ret.title += ( type == 'function'