summaryrefslogtreecommitdiffstats
path: root/js/vendor/jquery/src/attributes/attr.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-12-23 12:50:15 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-12-23 12:50:15 +0100
commitf88f8fcb7f7451babc8aa20ecc0dad06dd27e1ed (patch)
treecb53495565d3a5757b6efc44c179b6d95b244721 /js/vendor/jquery/src/attributes/attr.js
parent367a4eed30e9fa77a2aa5d7924f041e967f8567d (diff)
update jasmine, karma and angular
Diffstat (limited to 'js/vendor/jquery/src/attributes/attr.js')
-rw-r--r--js/vendor/jquery/src/attributes/attr.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/vendor/jquery/src/attributes/attr.js b/js/vendor/jquery/src/attributes/attr.js
index 8601cfe11..a4414d11f 100644
--- a/js/vendor/jquery/src/attributes/attr.js
+++ b/js/vendor/jquery/src/attributes/attr.js
@@ -96,8 +96,6 @@ jQuery.extend({
set: function( elem, value ) {
if ( !support.radioValue && value === "radio" &&
jQuery.nodeName( elem, "input" ) ) {
- // Setting the type on a radio button after the value resets the value in IE6-9
- // Reset value to default in case type is set after value during creation
var val = elem.value;
elem.setAttribute( "type", value );
if ( val ) {