Fix some messy rebasing issues.

This commit is contained in:
Dave Methvin 2011-09-07 15:41:23 -04:00 committed by timmywil
parent 005958b731
commit 0ccb88d48d

View File

@ -764,10 +764,6 @@ if ( !jQuery.support.submitBubbles ) {
if ( !jQuery.support.changeBubbles ) {
var getVal = function( elem ) {
var type = elem.type,
val = elem.value;
getVal = function( elem ) {
var type = jQuery.nodeName( elem, "input" ) ? elem.type : "",
val = elem.value;