summaryrefslogtreecommitdiffstats
path: root/js/vendor/jquery/src/attributes/prop.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/jquery/src/attributes/prop.js')
-rw-r--r--js/vendor/jquery/src/attributes/prop.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/js/vendor/jquery/src/attributes/prop.js b/js/vendor/jquery/src/attributes/prop.js
index e2b95dcab..d4ee8b6b9 100644
--- a/js/vendor/jquery/src/attributes/prop.js
+++ b/js/vendor/jquery/src/attributes/prop.js
@@ -28,7 +28,7 @@ jQuery.extend({
var ret, hooks, notxml,
nType = elem.nodeType;
- // don't get/set properties on text, comment and attribute nodes
+ // Don't get/set properties on text, comment and attribute nodes
if ( !elem || nType === 3 || nType === 8 || nType === 2 ) {
return;
}
@@ -64,8 +64,6 @@ jQuery.extend({
}
});
-// Support: IE9+
-// Selectedness for an option in an optgroup can be inaccurate
if ( !support.optSelected ) {
jQuery.propHooks.selected = {
get: function( elem ) {