mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
changed default for grouping theme
This commit is contained in:
parent
b25403ff23
commit
2da19049ce
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ $.fn.listview = function( options ) {
|
|||
o = $.extend({
|
||||
countTheme: data( "count-theme", o.theme ),
|
||||
headerTheme: "b",
|
||||
groupingTheme: data( "grouping-theme", "c" ),
|
||||
groupingTheme: data( "grouping-theme", "b" ),
|
||||
splitTheme: data( "split-theme", "b" ),
|
||||
inset: data( "inset", "false" ) === "true"
|
||||
}, o);
|
||||
|
|
|
|||
Loading…
Reference in a new issue