mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-23 05:35:48 +00:00
fixed a typo in the query
This commit is contained in:
parent
f80d855847
commit
0cafec13bd
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ function propExists( prop ) {
|
|||
// Thanks to Modernizr src for this test idea
|
||||
function transform3dTest() {
|
||||
var prop = "transform-3d";
|
||||
return $.mobile.media( "(-" + vendors.join( "-" + prop + "),(-" ) + prop + "),(" + prop + ")" );
|
||||
return $.mobile.media( "(-" + vendors.join( "-" + prop + "),(-" ) + "-" + prop + "),(" + prop + ")" );
|
||||
}
|
||||
|
||||
// Test for dynamic-updating base tag support ( allows us to avoid href,src attr rewriting )
|
||||
|
|
|
|||
Loading…
Reference in a new issue