Coding standards

This commit is contained in:
Ghislain Seguin 2011-07-27 11:22:13 -07:00
parent f84f359743
commit 6ff9d9a06a

View file

@ -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 );
}
},