fix a bug that would slow down reload of static lists when passing a new items array

This commit is contained in:
rlx 2011-10-10 14:09:13 +00:00
parent d2972cd526
commit 46ef208be2

View file

@ -1383,7 +1383,6 @@ Ox.List = function(options, self) {
if (Ox.isArray(value)) {
updateSelected();
updateSort();
loadItems();
} else {
updateQuery();
}