fixing list scroll bug

This commit is contained in:
rolux 2010-12-23 04:41:46 +00:00
parent e820bad08d
commit 0dad49f8ed

View File

@ -6254,7 +6254,7 @@ requires
that.$content.empty();
Ox.print('self.selected', self.selected, 'self.page', self.page);
loadPages(self.page, function() {
scrollTo(pos, true);
scrollToPosition(pos, true);
});
}