mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-15 18:13:09 +00:00
Coding standards
This commit is contained in:
parent
c9abc368d8
commit
4572200107
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ $( ":jqmData(role='listview')" ).live( "listviewcreate", function() {
|
|||
childItems = false,
|
||||
itemtext="";
|
||||
|
||||
for (var i = listItems.length - 1; i >= 0; i--) {
|
||||
for ( var i = listItems.length - 1; i >= 0; i-- ) {
|
||||
item = $( listItems[i] );
|
||||
itemtext = item.jqmData( 'filtertext' ) || item.text();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue