mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-02 03:44:43 +00:00
Whitespace change
This commit is contained in:
parent
c88f5fc251
commit
9d3862c825
1 changed files with 2 additions and 2 deletions
|
|
@ -206,8 +206,8 @@ $.widget( "mobile.listview", $.mobile.widget, {
|
|||
persistentFooterID = parentPage.find( ":jqmData(role='footer')" ).jqmData( "id" );
|
||||
|
||||
if ( typeof( listCountPerPage[ parentId ] ) === 'undefined' ) {
|
||||
listCountPerPage[ parentId ] = -1;
|
||||
}
|
||||
listCountPerPage[ parentId ] = -1;
|
||||
}
|
||||
parentListId = parentListId || ++listCountPerPage[ parentId ];
|
||||
|
||||
$( parentList.find( "li>ul, li>ol" ).toArray().reverse() ).each(function( i ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue