File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -630,11 +630,6 @@ if ( !jQuery.support.optSelected ) {
630
630
} ) ;
631
631
}
632
632
633
- // IE6/7 call enctype encoding
634
- if ( ! jQuery . support . enctype ) {
635
- jQuery . propFix . enctype = "encoding" ;
636
- }
637
-
638
633
// Radios and checkboxes getter/setter
639
634
if ( ! jQuery . support . checkOn ) {
640
635
jQuery . each ( [ "radio" , "checkbox" ] , function ( ) {
Original file line number Diff line number Diff line change @@ -59,9 +59,6 @@ jQuery.support = (function() {
59
59
// (WebKit defaults to false instead of true, IE too, if it's in an optgroup)
60
60
optSelected : opt . selected ,
61
61
62
- // Tests for enctype support on a form (#6743)
63
- enctype : ! ! document . createElement ( "form" ) . enctype ,
64
-
65
62
// Makes sure cloning an html5 element does not cause problems
66
63
// Where outerHTML is undefined, this still works
67
64
html5Clone : document . createElement ( "nav" ) . cloneNode ( true ) . outerHTML !== "<:nav></:nav>" ,
You can’t perform that action at this time.
0 commit comments