made listviews default to C theme, now that any button theme will work

This commit is contained in:
scottjehl 2010-10-11 18:59:03 -04:00
parent 11b6f30eea
commit d8977cf937

View file

@ -8,8 +8,8 @@
$.widget( "mobile.listview", $.mobile.widget, {
options: {
theme: "f",
countTheme: "f",
theme: "c",
countTheme: "c",
headerTheme: "b",
dividerTheme: "b",
splitTheme: "b",