From f9360db0b40a876c11e6a5c9d57baaff37c38c99 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Sun, 7 Aug 2011 23:43:37 +0000 Subject: [PATCH] minor changes --- source/Ox.UI/js/List/Ox.List.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Ox.UI/js/List/Ox.List.js b/source/Ox.UI/js/List/Ox.List.js index 289a6a9e..a2aad23a 100644 --- a/source/Ox.UI/js/List/Ox.List.js +++ b/source/Ox.UI/js/List/Ox.List.js @@ -670,7 +670,7 @@ Ox.List = function(options, self) { } function loadItems() { - Ox.print('start loadItems') + //Ox.print('start loadItems') that.$content.empty(); self.options.items.forEach(function(item, pos) { // fixme: duplicated @@ -685,7 +685,7 @@ Ox.List = function(options, self) { self.$items[pos].appendTo(that.$content); }); self.selected.length && scrollToPosition(self.selected[0]); - Ox.print('stop loadItems') + //Ox.print('stop loadItems') } function getPageLength(page) {