Skip to content

Commit b02fc9f

Browse files
author
scottjehl
committed
fixed filter listviews. wrong method name
1 parent a19f77b commit b02fc9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.mobile.listview.filter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $( "[data-role='listview']" ).live( "listviewcreate", function() {
2727
//listview._numberItems();
2828
})
2929
.appendTo( wrapper )
30-
.customTextInput();
30+
.textinput();
3131

3232
wrapper.insertBefore( list );
3333
});

0 commit comments

Comments
 (0)