forked from 0x2620/oxjs
add Ox.Progressbar
This commit is contained in:
parent
90e795d194
commit
2a9053a588
4 changed files with 50 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue