Merge pull request #1784 from gseguin/master

Whitespace change
This commit is contained in:
Kin Blas 2011-06-06 08:34:38 -07:00
commit 3a2a35f8f2

View file

@ -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 ) {