This commit is contained in:
rolux 2012-05-22 17:15:52 +02:00
parent 12cf77cef5
commit a8c5dd4d35

View file

@ -162,7 +162,7 @@ Ox.TreeList = function(options, self) {
+ ' <span class="OxLight">[' + Ox.len(value) + ']</span>';
ret.items = Ox.sort(Ox.keys(value).map(function(k) {
return parseData(k, value[k]);
});
}));
} else {
ret.title += (
type == 'function'