From 226873d988c029a22f9b9a536220beef26fe1d32 Mon Sep 17 00:00:00 2001 From: Ghislain Seguin Date: Fri, 24 Jun 2011 16:11:54 -0700 Subject: [PATCH] Fixed issue #1929 --- js/jquery.mobile.controlGroup.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/jquery.mobile.controlGroup.js b/js/jquery.mobile.controlGroup.js index 97f324e6..ae0bd298 100644 --- a/js/jquery.mobile.controlGroup.js +++ b/js/jquery.mobile.controlGroup.js @@ -27,6 +27,7 @@ $.fn.controlgroup = function(options){ function flipClasses(els){ els + .filter( ":visible" ) .removeClass('ui-btn-corner-all ui-shadow') .eq(0).addClass(flCorners[0]) .end()