From a8c5dd4d35c9a39d96d7104432f69dd8fee082cc Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 22 May 2012 17:15:52 +0200 Subject: [PATCH] typo --- source/Ox.UI/js/List/Ox.TreeList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'