Skip to content

Commit 049cc9d

Browse files
timmywilrwaldron
authored andcommitted
2.0: Remove oldIE enctype propFix
1 parent df7431b commit 049cc9d

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/attributes.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -630,11 +630,6 @@ if ( !jQuery.support.optSelected ) {
630630
});
631631
}
632632

633-
// IE6/7 call enctype encoding
634-
if ( !jQuery.support.enctype ) {
635-
jQuery.propFix.enctype = "encoding";
636-
}
637-
638633
// Radios and checkboxes getter/setter
639634
if ( !jQuery.support.checkOn ) {
640635
jQuery.each([ "radio", "checkbox" ], function() {

src/support.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ jQuery.support = (function() {
5959
// (WebKit defaults to false instead of true, IE too, if it's in an optgroup)
6060
optSelected: opt.selected,
6161

62-
// Tests for enctype support on a form (#6743)
63-
enctype: !!document.createElement("form").enctype,
64-
6562
// Makes sure cloning an html5 element does not cause problems
6663
// Where outerHTML is undefined, this still works
6764
html5Clone: document.createElement("nav").cloneNode( true ).outerHTML !== "<:nav></:nav>",

0 commit comments

Comments
 (0)