From 46ef208be2357ee837d11ef4b52fc3b8ed47e3e5 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Mon, 10 Oct 2011 14:09:13 +0000 Subject: [PATCH] fix a bug that would slow down reload of static lists when passing a new items array --- source/Ox.UI/js/List/Ox.List.js | 1 - 1 file changed, 1 deletion(-) diff --git a/source/Ox.UI/js/List/Ox.List.js b/source/Ox.UI/js/List/Ox.List.js index d9b9bd74..2ad27914 100644 --- a/source/Ox.UI/js/List/Ox.List.js +++ b/source/Ox.UI/js/List/Ox.List.js @@ -1383,7 +1383,6 @@ Ox.List = function(options, self) { if (Ox.isArray(value)) { updateSelected(); updateSort(); - loadItems(); } else { updateQuery(); }