diff --git a/js/jquery.mobile.listview.js b/js/jquery.mobile.listview.js index b64fd264..567c6b70 100644 --- a/js/jquery.mobile.listview.js +++ b/js/jquery.mobile.listview.js @@ -251,7 +251,8 @@ $.widget( "mobile.listview", $.mobile.widget, { self._removeCorners( item.next() ); } - } else if ( pos === li.length - 1 ) { + } + if ( pos === li.length - 1 ) { itemClass += " ui-corner-bottom"; item