mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-03 12:24:46 +00:00
commented-out the call to _numberItems, as it doesn't yet exist in the listview rewrite
This commit is contained in:
parent
d299bfb087
commit
e709a37514
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ $( "[data-role='listview']" ).live( "listviewcreate", function() {
|
|||
}).hide();
|
||||
}
|
||||
|
||||
listview._numberItems();
|
||||
//listview._numberItems();
|
||||
})
|
||||
.appendTo( wrapper )
|
||||
.customTextInput();
|
||||
|
|
|
|||
Loading…
Reference in a new issue