From 795a5293fffa70d5b2ed5cec9e47f1fd12f66ea0 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Wed, 6 Oct 2010 11:47:12 -0400 Subject: [PATCH] whitespace --- js/jQuery.mobile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/jQuery.mobile.js b/js/jQuery.mobile.js index 41ee6287..74e1b057 100644 --- a/js/jQuery.mobile.js +++ b/js/jQuery.mobile.js @@ -288,7 +288,6 @@ //replace HTML5 input types that have crap browser implementations $el.find('input').not('[type=text],[type=submit],[type=reset],[type=image],[type=button]').each(function(){ $(this).replaceWith( $( '
' ).html( $(this).clone() ).html().replace(/type="([a-zA-Z]+)"/, 'data-type="$1"') ); - }); $el.find('input[type=radio],input[type=checkbox]').customCheckboxRadio();