diff options
Diffstat (limited to 'src/attributes/val.js')
-rw-r--r-- | src/attributes/val.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/attributes/val.js b/src/attributes/val.js index 6fc4a84bb..ca5fa0838 100644 --- a/src/attributes/val.js +++ b/src/attributes/val.js @@ -71,14 +71,6 @@ jQuery.fn.extend({ jQuery.extend({ valHooks: { - option: { - get: function( elem ) { - // attributes.value is undefined in Blackberry 4.7 but - // uses .value. See #6932 - var val = elem.attributes.value; - return !val || val.specified ? elem.value : elem.text; - } - }, select: { get: function( elem ) { var value, option, |