Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Removed console.log from support.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermdegroot committed Dec 6, 2012
1 parent 4437c3d commit 353bd96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/jquery.mobile.support.js
Expand Up @@ -62,7 +62,6 @@ function validStyle( prop, value, check_vend ) {
// Thanks to Modernizr src for this test idea. `perspective` check is limited to Moz/unprefixed to prevent a false positive for 3D transforms on Android.
function transform3dTest() {
var prop = "transform-3d";
console.log( validStyle( 'perspective', '10px', ['moz', ''] ) );
return validStyle( 'perspective', '10px', ['moz', ''] ) || $.mobile.media( "(-" + vendors.join( "-" + prop + "),(-" ) + "-" + prop + "),(" + prop + ")" );
}

Expand Down

0 comments on commit 353bd96

Please sign in to comment.