add a fixme
This commit is contained in:
parent
e264417a0c
commit
6cd9472b7c
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ Ox.List = function(options, self) {
|
||||||
updateItems();
|
updateItems();
|
||||||
} else {
|
} else {
|
||||||
if (Ox.isArray(self.options.items)) {
|
if (Ox.isArray(self.options.items)) {
|
||||||
|
// FIXME: duplicated
|
||||||
self.options.items = Ox.api(self.options.items, {
|
self.options.items = Ox.api(self.options.items, {
|
||||||
cache: true,
|
cache: true,
|
||||||
sort: self.options.sort,
|
sort: self.options.sort,
|
||||||
|
|
Loading…
Reference in a new issue