mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
CHG: refinement as proposed by scottjehl
This commit is contained in:
parent
b2ff26b579
commit
6da11e97b0
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ $.widget( "mobile.listview", $.mobile.widget, {
|
|||
.prepend( "<span class='ui-li-dec'>" + (counter++) + ". </span>" );
|
||||
}
|
||||
|
||||
item.add( item.find( "div.ui-btn-inner" ) ).addClass( itemClass );
|
||||
item.add( item.children( ".ui-btn-inner" ) ).addClass( itemClass );
|
||||
|
||||
if ( !create ) {
|
||||
self._itemApply( $list, item );
|
||||
|
|
|
|||
Loading…
Reference in a new issue