diff --git a/source/Ox.UI/js/List/List.js b/source/Ox.UI/js/List/List.js index 6523c8c2..79c30eb5 100644 --- a/source/Ox.UI/js/List/List.js +++ b/source/Ox.UI/js/List/List.js @@ -89,6 +89,7 @@ Ox.List = function(options, self) { updateItems(); } else { if (Ox.isArray(self.options.items)) { + // FIXME: duplicated self.options.items = Ox.api(self.options.items, { cache: true, sort: self.options.sort,