forked from 0x2620/oxjs
only cache width on item construction (not on list resize)
This commit is contained in:
parent
4eef6ece64
commit
c31ff816c1
3 changed files with 7 additions and 5 deletions
|
|
@ -417,7 +417,7 @@ Ox.List = function(options, self) {
|
|||
|
||||
function emptyFirstPage() {
|
||||
//Ox.print('emptyFirstPage', self.$pages);
|
||||
self.$pages[0] && self.$pages[0].find('.OxEmpty').removeElement();
|
||||
self.$pages[0] && self.$pages[0].find('.OxEmpty').remove();
|
||||
}
|
||||
|
||||
function fillFirstPage() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue