typo
This commit is contained in:
parent
12cf77cef5
commit
a8c5dd4d35
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue