From 6cd9472b7ce20e94ea0f5734eedacf864569bb87 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 2 Jul 2012 18:23:50 +0200 Subject: [PATCH] add a fixme --- source/Ox.UI/js/List/List.js | 1 + 1 file changed, 1 insertion(+) 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,