fixed filter listviews. wrong method name

This commit is contained in:
scottjehl 2010-11-09 13:42:14 -05:00
parent a19f77b5b2
commit b02fc9f5e2

View file

@ -27,7 +27,7 @@ $( "[data-role='listview']" ).live( "listviewcreate", function() {
//listview._numberItems();
})
.appendTo( wrapper )
.customTextInput();
.textinput();
wrapper.insertBefore( list );
});