1
0
Fork 0
forked from 0x2620/oxjs

only cache width on item construction (not on list resize)

This commit is contained in:
rolux 2011-05-24 20:32:59 +02:00
commit c31ff816c1
3 changed files with 7 additions and 5 deletions

View file

@ -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() {