fixing list scroll bug

This commit is contained in:
rolux 2010-12-23 04:41:46 +00:00
parent 927489e31d
commit 6c88cbe94f

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);
});
}