whitespace

This commit is contained in:
scottjehl 2010-10-06 11:47:12 -04:00
parent 3d5f22ab13
commit 795a5293ff

View file

@ -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( $( '<div>' ).html( $(this).clone() ).html().replace(/type="([a-zA-Z]+)"/, 'data-type="$1"') );
});
$el.find('input[type=radio],input[type=checkbox]').customCheckboxRadio();