aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/attributes.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/attributes.js b/src/attributes.js
index ba820145a..c239dd7f3 100644
--- a/src/attributes.js
+++ b/src/attributes.js
@@ -495,7 +495,6 @@ boolHook = {
// Use the formHook for button elements in IE6/7 (#1954)
jQuery.attrHooks.value = {
get: function( elem, name ) {
- var ret;
if ( formHook && jQuery.nodeName( elem, "button" ) ) {
return formHook.get( elem, name );
}