mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-18 11:31:06 +00:00
Coding standards
This commit is contained in:
parent
f84f359743
commit
6ff9d9a06a
1 changed files with 2 additions and 4 deletions
|
|
@ -65,11 +65,9 @@ $.widget( "mobile.listview", $.mobile.widget, {
|
|||
|
||||
if ( which === "top" ) {
|
||||
li.removeClass( top );
|
||||
}
|
||||
else if ( which === "bottom" ) {
|
||||
} else if ( which === "bottom" ) {
|
||||
li.removeClass( bot );
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
li.removeClass( top + " " + bot );
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue