add class to html when box-shadow is not supported.

This commit is contained in:
scottjehl 2010-10-13 17:55:46 -04:00
parent c6d80f5b92
commit 58ddf30bb6

View file

@ -55,3 +55,5 @@ $.extend( $.support, {
fakeBody.remove();
//for ruling out shadows via css
if( !$.support.boxShadow ){ $('html').addClass('ui-mobile-nosupport-boxshadow'); }