fixed a typo in the query

This commit is contained in:
scottjehl 2012-01-04 16:35:12 +07:00
parent f80d855847
commit 0cafec13bd

View file

@ -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 )