diff --git a/src/attributes.js b/src/attributes.js index ba820145..c239dd7f 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 ); }