mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-23 01:10:25 +00:00
Whitespace change
This commit is contained in:
parent
8ae331363d
commit
e98215a3e1
1 changed files with 8 additions and 8 deletions
|
|
@ -44,14 +44,14 @@ $.widget( "mobile.listview", $.mobile.widget, {
|
|||
|
||||
// TODO class has to be defined in markup
|
||||
item.find( "h1, h2, h3, h4, h5, h6" ).addClass( "ui-li-heading" ).end()
|
||||
.find( "p, dl" ).addClass( "ui-li-desc" ).end()
|
||||
.find( ">img:eq(0), .ui-link-inherit>img:eq(0)" ).addClass( "ui-li-thumb" ).each(function() {
|
||||
item.addClass( $(this).is( ".ui-li-icon" ) ? "ui-li-has-icon" : "ui-li-has-thumb" );
|
||||
}).end()
|
||||
.find( ".ui-li-aside" ).each(function() {
|
||||
var $this = $(this);
|
||||
$this.prependTo( $this.parent() ); //shift aside to front for css float
|
||||
});
|
||||
.find( "p, dl" ).addClass( "ui-li-desc" ).end()
|
||||
.find( ">img:eq(0), .ui-link-inherit>img:eq(0)" ).addClass( "ui-li-thumb" ).each(function() {
|
||||
item.addClass( $(this).is( ".ui-li-icon" ) ? "ui-li-has-icon" : "ui-li-has-thumb" );
|
||||
}).end()
|
||||
.find( ".ui-li-aside" ).each(function() {
|
||||
var $this = $(this);
|
||||
$this.prependTo( $this.parent() ); //shift aside to front for css float
|
||||
});
|
||||
},
|
||||
|
||||
_removeCorners: function( li, which ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue