mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-18 21:30:59 +00:00
fixed filter listviews. wrong method name
This commit is contained in:
parent
a19f77b5b2
commit
b02fc9f5e2
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ $( "[data-role='listview']" ).live( "listviewcreate", function() {
|
|||
//listview._numberItems();
|
||||
})
|
||||
.appendTo( wrapper )
|
||||
.customTextInput();
|
||||
.textinput();
|
||||
|
||||
wrapper.insertBefore( list );
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue