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>';
|
+ ' <span class="OxLight">[' + Ox.len(value) + ']</span>';
|
||||||
ret.items = Ox.sort(Ox.keys(value).map(function(k) {
|
ret.items = Ox.sort(Ox.keys(value).map(function(k) {
|
||||||
return parseData(k, value[k]);
|
return parseData(k, value[k]);
|
||||||
});
|
}));
|
||||||
} else {
|
} else {
|
||||||
ret.title += (
|
ret.title += (
|
||||||
type == 'function'
|
type == 'function'
|
||||||
|
|
Loading…
Reference in a new issue