Whitespace change

This commit is contained in:
Ghislain Seguin 2011-06-03 19:02:13 -07:00
parent c88f5fc251
commit 9d3862c825

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