commented-out the call to _numberItems, as it doesn't yet exist in the listview rewrite

This commit is contained in:
scottjehl 2010-10-27 12:19:24 -04:00
parent d299bfb087
commit e709a37514

View file

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