From fbd5e2b77a3a0adf242a960fe4754141e4a0d0f9 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Thu, 12 Jan 2012 12:50:47 +0700 Subject: [PATCH] code style --- js/jquery.mobile.support.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery.mobile.support.js b/js/jquery.mobile.support.js index f5f70018..9c029f61 100644 --- a/js/jquery.mobile.support.js +++ b/js/jquery.mobile.support.js @@ -30,7 +30,7 @@ function propExists( prop ) { // Thanks to Modernizr src for this test idea function transform3dTest() { var prop = "transform-3d"; - return propExists( 'perspective' ) || $.mobile.media( "(-" + vendors.join( "-" + prop + "),(-" ) + "-" + prop + "),(" + prop + ")" ); + return propExists( "perspective" ) || $.mobile.media( "(-" + vendors.join( "-" + prop + "),(-" ) + "-" + prop + "),(" + prop + ")" ); } // Test for dynamic-updating base tag support ( allows us to avoid href,src attr rewriting )