1
0
Fork 0
forked from 0x2620/oxjs

add Ox.Progressbar

This commit is contained in:
rlx 2011-09-01 09:35:45 +00:00
commit 2a9053a588
4 changed files with 50 additions and 1 deletions

View file

@ -697,7 +697,6 @@ Ox.List = function(options, self) {
offset = page * self.pageLength,
range = [offset, offset + getPageLength(page)];
if (Ox.isUndefined(self.$pages[page])) { // fixme: unload will have made this undefined already
Ox.print('###################################', self.listLength, getPageLength(0))
self.$pages[page] = constructEmptyPage(page);
self.options.type == 'text' && page == 0 && fillFirstPage();
self.$pages[page].appendTo(that.$content);